summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/common.h
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-02-14 15:52:00 +0100
committerSekhar Nori2019-02-19 15:10:38 +0100
commitfb746842f60350f4654b265364c022219614239c (patch)
tree10f7ec3a170fd645a49844bc5d503bde3cc7cd48 /arch/arm/mach-davinci/include/mach/common.h
parentARM: davinci: remove davinci_intc_type (diff)
downloadkernel-qcow2-linux-fb746842f60350f4654b265364c022219614239c.tar.gz
kernel-qcow2-linux-fb746842f60350f4654b265364c022219614239c.tar.xz
kernel-qcow2-linux-fb746842f60350f4654b265364c022219614239c.zip
ARM: davinci: pull davinci_intc_base into the respective intc drivers
davinci_intc_base is defined globally in common.c. Define separate local variables for the aintc and cp-intc drivers and remove the global one. 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/common.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 34e48de92dcc..3d45b73b9a64 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -20,7 +20,6 @@
void davinci_timer_init(struct clk *clk);
extern void davinci_irq_init(void);
-extern void __iomem *davinci_intc_base;
struct davinci_timer_instance {
u32 base;