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:

committed by
Sekhar Nori

parent
fd0f427586
commit
06a2871614
@@ -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;
|
||||
|
Reference in New Issue
Block a user