projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd6f0f5
)
of: Drop cpu.h include from of_device.h
author
Rob Herring
<robh@kernel.org>
Wed, 29 Mar 2023 15:52:16 +0000
(10:52 -0500)
committer
Rob Herring
<robh@kernel.org>
Thu, 13 Apr 2023 22:46:35 +0000
(17:46 -0500)
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>
include/linux/of_device.h
patch
|
blob
|
history
diff --git
a/include/linux/of_device.h
b/include/linux/of_device.h
index bafe50150d24eb00c9cab9ef6c00518db4a7cf16..33f0ca348a62aab349503ebcffa9c8ada2914bfa 100644
(file)
--- 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 */