aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/aspeed
diff options
context:
space:
mode:
authorGravatar Rob Herring <robh@kernel.org> 2023-07-14 11:47:08 -0600
committerGravatar Hans Verkuil <hverkuil-cisco@xs4all.nl> 2023-07-19 12:57:51 +0200
commit7c7e33b799ac169e5fab8abfc6819fce8b26d53d (patch)
treee4f98cf79aa20fbeb47ee8343d4e9390bd7e81e4 /drivers/media/platform/aspeed
parentmedia: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer (diff)
downloadlinux-7c7e33b799ac169e5fab8abfc6819fce8b26d53d.tar.gz
linux-7c7e33b799ac169e5fab8abfc6819fce8b26d53d.tar.bz2
linux-7c7e33b799ac169e5fab8abfc6819fce8b26d53d.zip
media: 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: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/platform/aspeed')
-rw-r--r--drivers/media/platform/aspeed/aspeed-video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/aspeed/aspeed-video.c b/drivers/media/platform/aspeed/aspeed-video.c
index 374eb7781936..c0a8b90b6733 100644
--- a/drivers/media/platform/aspeed/aspeed-video.c
+++ b/drivers/media/platform/aspeed/aspeed-video.c
@@ -13,7 +13,6 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/of.h>
-#include <linux/of_device.h>
#include <linux/of_irq.h>
#include <linux/of_reserved_mem.h>
#include <linux/platform_device.h>