Skip to content

Commit 6e73bd2

Browse files
robherringarndb
authored andcommitted
ARM: davinci: Drop unused includes
of_platform.h include is not needed, so drop it. It implicitly includes of.h (for now) which is needed. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20230823165637.2466480-1-robh@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent c888d34 commit 6e73bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-davinci/pdata-quirks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 2016 BayLibre, Inc
66
*/
77
#include <linux/kernel.h>
8-
#include <linux/of_platform.h>
8+
#include <linux/of.h>
99

1010
#include <media/i2c/tvp514x.h>
1111
#include <media/i2c/adv7343.h>

0 commit comments

Comments
 (0)