summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/common.h
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-02-14 15:52:31 +0100
committerSekhar Nori2019-02-19 15:34:07 +0100
commit49b654fd43b29e8decaa38035eed9ca8f221e48a (patch)
treee131785fda6edb4cf296ad9b5a4344252f54e63e /arch/arm/mach-davinci/include/mach/common.h
parentirqchip: davinci-cp-intc: move the driver to drivers/irqchip (diff)
downloadkernel-qcow2-linux-49b654fd43b29e8decaa38035eed9ca8f221e48a.tar.gz
kernel-qcow2-linux-49b654fd43b29e8decaa38035eed9ca8f221e48a.tar.xz
kernel-qcow2-linux-49b654fd43b29e8decaa38035eed9ca8f221e48a.zip
ARM: davinci: remove intc related fields from davinci_soc_info
The fields related to the two davinci interrupt controllers are no longer used. Remove them. Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/common.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 14e0e1c40611..9526e5da0d33 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -58,9 +58,6 @@ struct davinci_soc_info {
u32 pinmux_base;
const struct mux_config *pinmux_pins;
unsigned long pinmux_pins_num;
- u32 intc_base;
- u8 *intc_irq_prios;
- unsigned long intc_irq_num;
struct davinci_timer_info *timer_info;
int gpio_type;
u32 gpio_base;