diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-09-10 09:49:28 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 13:16:14 +0400 |
commit | 72f933e77cfc8c7e38e7214fd774806eb7ecc038 (patch) | |
tree | a804b9fc0582b95975a79a8784a8a42f7fd237ee /arch/arc/plat-arcfpga/smp.c | |
parent | d7f8a085d4f48501b1fa253b48ec4ad7cb4d02cc (diff) | |
download | linux-72f933e77cfc8c7e38e7214fd774806eb7ecc038.tar.xz |
ARC: [arcfpga] Remove more dead code
specifically after switching to generic early arc uart, whole bunch of
code is no longer needed
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-arcfpga/smp.c')
-rw-r--r-- | arch/arc/plat-arcfpga/smp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/plat-arcfpga/smp.c b/arch/arc/plat-arcfpga/smp.c index 92bad9122077..64797ba3bbe3 100644 --- a/arch/arc/plat-arcfpga/smp.c +++ b/arch/arc/plat-arcfpga/smp.c @@ -13,9 +13,10 @@ #include <linux/smp.h> #include <linux/irq.h> -#include <plat/irq.h> #include <plat/smp.h> +#define IDU_INTERRUPT_0 16 + static char smp_cpuinfo_buf[128]; /* |