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>
Tento commit je obsažen v:

odevzdal
Sekhar Nori

rodič
fd0f427586
revize
06a2871614
@@ -805,7 +805,7 @@ static const struct davinci_aintc_config dm355_aintc_config = {
|
||||
|
||||
void __init dm355_init_irq(void)
|
||||
{
|
||||
davinci_aintc_init();
|
||||
davinci_aintc_init(&dm355_aintc_config);
|
||||
}
|
||||
|
||||
static int __init dm355_init_devices(void)
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele