Re: [PATCH 04/35] ARM: davinci: pull davinci_intc_base into the respective intc drivers

2019-02-04 Thread David Lechner
On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski This variable 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 --- Reviewed-by: David Lechner

[PATCH 04/35] ARM: davinci: pull davinci_intc_base into the respective intc drivers

2019-01-31 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This variable 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 --- arch/arm/mach-davinci/common.c | 2 -- arch/arm/mach-davinci/cp_intc.c