Skip to content

Commit 04ebdc3

Browse files
robherringsudeep-holla
authored andcommitted
bus: vexpress-config: Add explicit of_platform.h include
vexpress-config uses of_platform_* functions which are declared in of_platform.h. of_platform.h gets implicitly included by of_device.h, but that is going to be removed soon. Nothing else depends on of_device.h so it can be dropped. Signed-off-by: Rob Herring <[email protected]> Acked-by: Liviu Dudau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent fe15c26 commit 04ebdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)