diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-04-17 17:38:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-04-17 17:38:33 +0200 |
commit | 1aa88541a2d2f3003685bd019a59aba758a9814d (patch) | |
tree | 211b2e9530482a5232ceb17ba692e57085bfd1c2 /drivers/bus | |
parent | 69bda55a09d1f6ee15666c5f90475f885fee3472 (diff) | |
parent | 04ebdc354895e1609ac133b40f8e8d2e0f16e450 (diff) | |
download | lwn-1aa88541a2d2f3003685bd019a59aba758a9814d.tar.gz lwn-1aa88541a2d2f3003685bd019a59aba758a9814d.zip |
Merge tag 'vexpress-update-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers
Armv7/v8 Vexpress update for v6.4
Addition of explicit of_platform.h header inclusion and removal of
soon to be removed of_device.h
* tag 'vexpress-update-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
bus: vexpress-config: Add explicit of_platform.h include
Link: https://lore.kernel.org/r/20230417145724.1904259-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/vexpress-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/vexpress-config.c b/drivers/bus/vexpress-config.c index a58ac0c8e282..472a570bd53a 100644 --- a/drivers/bus/vexpress-config.c +++ b/drivers/bus/vexpress-config.c @@ -10,7 +10,7 @@ #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> -#include <linux/of_device.h> +#include <linux/of_platform.h> #include <linux/sched/signal.h> #include <linux/slab.h> #include <linux/vexpress.h> |