Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-25 19:32:23 +0300
committerLinus Walleij <linus.walleij@linaro.org>2015-12-18 16:09:45 +0300
commit38d2cfcc8d91e8c666ae15f2fdc23830b8ce9c94 (patch)
tree1c5751f06bb07d562a53d3bbe36847090e10c2d1 /arch/arm/mach-realview/realview_eb.c
parent6d407a6eac8378c45a09a3c071d6f1ed31d938e9 (diff)
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_eb.c')
-rw-r--r--arch/arm/mach-realview/realview_eb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c
index e23368c354ed..b442fa61e943 100644
--- a/arch/arm/mach-realview/realview_eb.c
+++ b/arch/arm/mach-realview/realview_eb.c
@@ -45,7 +45,7 @@
#include <asm/mach/time.h>
#include "board-eb.h"
-#include "irqs.h"
+#include "irqs-eb.h"
#include "core.h"