Skip to content

Commit 1aa8854

Browse files
committed
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>
2 parents 69bda55 + 04ebdc3 commit 1aa8854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/bus/vexpress-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/module.h>
1111
#include <linux/of.h>
1212
#include <linux/platform_device.h>
13-
#include <linux/of_device.h>
13+
#include <linux/of_platform.h>
1414
#include <linux/sched/signal.h>
1515
#include <linux/slab.h>
1616
#include <linux/vexpress.h>

0 commit comments

Comments
 (0)