diff mbox series

[19/19] of: Drop cpu.h include from of_device.h

Message ID 20230329-dt-cpu-header-cleanups-v1-19-581e2605fe47@kernel.org
State Handled Elsewhere
Headers show
Series DT header disentangling, part 1 | expand

Commit Message

Rob Herring March 29, 2023, 3:52 p.m. UTC
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

Signed-off-by: Rob Herring <robh@kernel.org>
---
 include/linux/of_device.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/of_device.h b/include/linux/of_device.h
index 5cdafe19dc80..7ac9a8ae9c80 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 */