summaryrefslogtreecommitdiff
path: root/include/linux/of_device.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-29 10:52:16 -0500
committerRob Herring <robh@kernel.org>2023-04-13 17:46:35 -0500
commit7e09cb0b84ac5d17086a65ca21479dfec600a232 (patch)
treeda7238f9c3ea86c106cbebf35a208aadeb19d32f /include/linux/of_device.h
parentcd6f0f5176d1192dbaf1f8c2a6833019d56eb700 (diff)
of: Drop cpu.h include from of_device.h
Now that all users which had an implicit dependency on cpu.h have been fixed. the cpu.h include can be dropped from of_device.h Link: https://lore.kernel.org/r/20230329-dt-cpu-header-cleanups-v1-19-581e2605fe47@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/linux/of_device.h')
-rw-r--r--include/linux/of_device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_device.h b/include/linux/of_device.h
index bafe50150d24..33f0ca348a62 100644
--- a/include/linux/of_device.h
+++ b/include/linux/of_device.h
@@ -2,7 +2,6 @@
#ifndef _LINUX_OF_DEVICE_H
#define _LINUX_OF_DEVICE_H
-#include <linux/cpu.h>
#include <linux/platform_device.h>
#include <linux/of_platform.h> /* temporary until merge */