diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 04:42:26 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:14 -0500 |
commit | e97ff121ae61ba80e41b2cc3bd6dfe9886d22505 (patch) | |
tree | a73fd3b981577dc10eada961cd36fe525a1aa3ab /arch/arc/plat-arcfpga/platform.c | |
parent | 877768c84d6ca8f7dedafff0e44615a12e82f8f4 (diff) |
ARC: [Review] Multi-platform image #4: Isolate platform headers
-Top level ARC makefile removes -I for platform headers
-asm/irq.h no longer includes plat/irq.h
-platform makefile adds -I for it's specfic platform headers
-platform code to directly include it's plat/irq.h
-Linker script needed plat/memmap.h for CCM info, already in .config
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/plat-arcfpga/platform.c')
-rw-r--r-- | arch/arc/plat-arcfpga/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-arcfpga/platform.c b/arch/arc/plat-arcfpga/platform.c index ac85d6927334..4024f10a39ca 100644 --- a/arch/arc/plat-arcfpga/platform.c +++ b/arch/arc/plat-arcfpga/platform.c | |||
@@ -16,11 +16,11 @@ | |||
16 | #include <linux/console.h> | 16 | #include <linux/console.h> |
17 | #include <linux/of_platform.h> | 17 | #include <linux/of_platform.h> |
18 | #include <asm/setup.h> | 18 | #include <asm/setup.h> |
19 | #include <asm/irq.h> | ||
20 | #include <asm/clk.h> | 19 | #include <asm/clk.h> |
21 | #include <asm/mach_desc.h> | 20 | #include <asm/mach_desc.h> |
22 | #include <plat/memmap.h> | 21 | #include <plat/memmap.h> |
23 | #include <plat/smp.h> | 22 | #include <plat/smp.h> |
23 | #include <plat/irq.h> | ||
24 | 24 | ||
25 | /*-----------------------BVCI Latency Unit -----------------------------*/ | 25 | /*-----------------------BVCI Latency Unit -----------------------------*/ |
26 | 26 | ||