ARM: davinci: aintc: use the new config structure

Modify the aintc driver to take all its configuration from the new
config structure. Stop referencing davinci_soc_info in any way.
Move the declaration for davinci_aintc_init() to irq-davinci-aintc.h
and make it take the new config structure as parameter. Convert all
users to the new version.

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:11 +01:00
committed by Sekhar Nori
parent fd0f427586
commit 06a2871614
7 changed files with 26 additions and 25 deletions

View File

@@ -24,8 +24,6 @@
void davinci_timer_init(struct clk *clk);
extern void davinci_aintc_init(void);
struct davinci_timer_instance {
u32 base;
u32 bottom_irq;