Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
include/linux/of_device.h
··· 2 2 #ifndef _LINUX_OF_DEVICE_H 3 3 #define _LINUX_OF_DEVICE_H 4 4 5 - #include <linux/cpu.h> 6 5 #include <linux/platform_device.h> 7 6 #include <linux/of_platform.h> /* temporary until merge */ 8 7