summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/sprd-efuse.c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-08-23 14:27:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-23 16:34:01 +0200
commit9bf75da0e2613d64c3d5e965d49fb80820d367cf (patch)
tree83ae183ccbde7185203b748b794d6aef402bd571 /drivers/nvmem/sprd-efuse.c
parent0861110bb421daa9b709a20d4fae6921390a9454 (diff)
downloadlinux-9bf75da0e2613d64c3d5e965d49fb80820d367cf.tar.gz
linux-9bf75da0e2613d64c3d5e965d49fb80820d367cf.tar.bz2
linux-9bf75da0e2613d64c3d5e965d49fb80820d367cf.zip
nvmem: Explicitly include correct DT includes
The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20230823132744.350618-14-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/sprd-efuse.c')
-rw-r--r--drivers/nvmem/sprd-efuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvmem/sprd-efuse.c b/drivers/nvmem/sprd-efuse.c
index 4f1fcbfec394..7e6e31db4baa 100644
--- a/drivers/nvmem/sprd-efuse.c
+++ b/drivers/nvmem/sprd-efuse.c
@@ -7,7 +7,7 @@
#include <linux/io.h>
#include <linux/module.h>
#include <linux/nvmem-provider.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#define SPRD_EFUSE_ENABLE 0x20