diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-02-14 15:51:59 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-02-19 15:10:35 +0100 |
commit | e3a8c7631d45c621a78f0cb186ac7a09d9642858 (patch) | |
tree | dbb76fe0862dc0dcef92ddb12a5ed2f24139b85f /arch/arm/mach-davinci/include/mach/irqs.h | |
parent | ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER (diff) | |
download | linux-e3a8c7631d45c621a78f0cb186ac7a09d9642858.tar.xz linux-e3a8c7631d45c621a78f0cb186ac7a09d9642858.zip |
ARM: davinci: remove davinci_intc_type
We now use the generic ARM irq handler on davinci. There are no more
users that check davinci_intc_type. Remove the variable and all its
references.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/irqs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/include/mach/irqs.h b/arch/arm/mach-davinci/include/mach/irqs.h index edb2ca62321a..03c446635301 100644 --- a/arch/arm/mach-davinci/include/mach/irqs.h +++ b/arch/arm/mach-davinci/include/mach/irqs.h @@ -30,9 +30,6 @@ /* Base address */ #define DAVINCI_ARM_INTC_BASE 0x01C48000 -#define DAVINCI_INTC_TYPE_AINTC 0 -#define DAVINCI_INTC_TYPE_CP_INTC 1 - /* Interrupt lines */ #define IRQ_VDINT0 0 #define IRQ_VDINT1 1 |