diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-25 17:32:23 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-18 14:09:45 +0100 |
commit | 38d2cfcc8d91e8c666ae15f2fdc23830b8ce9c94 (patch) | |
tree | 1c5751f06bb07d562a53d3bbe36847090e10c2d1 /arch/arm/mach-realview/realview-dt.c | |
parent | 6d407a6eac8378c45a09a3c071d6f1ed31d938e9 (diff) | |
download | lwn-38d2cfcc8d91e8c666ae15f2fdc23830b8ce9c94.tar.gz lwn-38d2cfcc8d91e8c666ae15f2fdc23830b8ce9c94.zip |
ARM: realview: clean up header files
This contains multiple trivial cleanups to the realview headers:
- removing the file names from the introductory comment
- removing the uncompress.h header that is unused
- removing the irqs.h header and NR_IRQS logic that is
obsoleted by sparse IRQs
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-realview/realview-dt.c')
-rw-r--r-- | arch/arm/mach-realview/realview-dt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/realview-dt.c b/arch/arm/mach-realview/realview-dt.c index 382cc1b90519..88b67247945e 100644 --- a/arch/arm/mach-realview/realview-dt.c +++ b/arch/arm/mach-realview/realview-dt.c @@ -11,7 +11,6 @@ #include <linux/of_platform.h> #include <asm/mach/arch.h> #include <asm/hardware/cache-l2x0.h> -#include "core.h" static const char *const realview_dt_platform_compat[] __initconst = { "arm,realview-eb", |