aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-16 11:28:49 -0500
committerRob Herring <robh@kernel.org>2023-03-16 11:28:49 -0500
commitae7627e0dd2bed9915a4c4033ba36c5fc48c2c0e (patch)
treed839b716ef13d464ff80263c85bc45a7dd58f25c
parentaba3eba512613a0210b03815bcd823c927f6e2eb (diff)
downloadlinux-dt/cpu-test.tar.gz
of: Drop cpu.h include from of_device.hdt/cpu-test
Signed-off-by: Rob Herring <robh@kernel.org>
-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 fa23b05a466b7c..4e7b130c550d8f 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 */