Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring and committed by
Arnd Bergmann
6e73bd23 c888d347

+1 -1
+1 -1
arch/arm/mach-davinci/pdata-quirks.c
··· 5 5 * Copyright (C) 2016 BayLibre, Inc 6 6 */ 7 7 #include <linux/kernel.h> 8 - #include <linux/of_platform.h> 8 + #include <linux/of.h> 9 9 10 10 #include <media/i2c/tvp514x.h> 11 11 #include <media/i2c/adv7343.h>