Commit 6e73bd23 authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann

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: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20230823165637.2466480-1-robh@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent c888d347
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Copyright (C) 2016 BayLibre, Inc * Copyright (C) 2016 BayLibre, Inc
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/of_platform.h> #include <linux/of.h>
#include <media/i2c/tvp514x.h> #include <media/i2c/tvp514x.h>
#include <media/i2c/adv7343.h> #include <media/i2c/adv7343.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment