Skip to content

Commit ce2ab51

Browse files
robherringarndb
authored andcommitted
ARM: nspire: Drop unused includes
Several includes are not needed, so drop them. io.h was implicitly included and is needed. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-10-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 152d11a commit ce2ab51

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

arch/arm/mach-nspire/nspire.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
66
*/
77
#include <linux/init.h>
8-
#include <linux/of_irq.h>
9-
#include <linux/of_address.h>
10-
#include <linux/of_platform.h>
11-
#include <linux/irqchip.h>
12-
#include <linux/irqchip/arm-vic.h>
13-
#include <linux/clkdev.h>
14-
#include <linux/amba/bus.h>
8+
#include <linux/io.h>
159

1610
#include <asm/mach/arch.h>
1711
#include <asm/mach-types.h>
18-
#include <asm/mach/map.h>
1912

2013
#include "mmio.h"
2114

0 commit comments

Comments
 (0)