diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-07-31 17:56:02 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-08-27 15:02:54 +0200 |
commit | ad73cc2b913273df971cf318d0fe40785376dbcd (patch) | |
tree | ef2f836f868bb6f93d61711bfacbf6fc30d46b72 /arch/arm/mach-shmobile | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | talos-obmc-linux-ad73cc2b913273df971cf318d0fe40785376dbcd.tar.gz talos-obmc-linux-ad73cc2b913273df971cf318d0fe40785376dbcd.zip |
ARM: shmobile: r8a7779: Remove unused includes
Presumable unused since commit c99cd90d98a98aa1 ("ARM: shmobile:
r8a7779: Remove legacy SoC code").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index d589326099e0..b13ec9088ce5 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -7,9 +7,7 @@ * Copyright (C) 2013 Cogent Embedded, Inc. */ #include <linux/init.h> -#include <linux/irq.h> #include <linux/irqchip.h> -#include <linux/irqchip/arm-gic.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> |