Skip to content

Commit 630c191

Browse files
robherringnmenon
authored andcommitted
ARM: keystone: Drop unused includes
Several includes are not needed, so drop them. of_platform.h is not needed, but it implicitly includes platform_device.h (for now) which is needed. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230717225610.3214029-1-robh@kernel.org Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 06c2afb commit 630c191

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm/mach-keystone/keystone.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
* Santosh Shilimkar <santosh.shillimkar@ti.com>
88
*/
99
#include <linux/io.h>
10-
#include <linux/of.h>
1110
#include <linux/dma-map-ops.h>
1211
#include <linux/init.h>
13-
#include <linux/of_platform.h>
14-
#include <linux/of_address.h>
1512
#include <linux/memblock.h>
13+
#include <linux/platform_device.h>
1614

1715
#include <asm/setup.h>
1816
#include <asm/mach/map.h>

0 commit comments

Comments
 (0)