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>
This commit is contained in:
Bartosz Golaszewski
2019-02-14 15:52:00 +01:00
committed by Sekhar Nori
parent e3a8c7631d
commit fb746842f6
4 changed files with 3 additions and 3 deletions

View File

@@ -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;