ARM: davinci: aintc: use a common prefix for symbols in the driver

In preparation for moving the driver to drivers/irqchip do some
cleanup: use a common prefix for all symbols.

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:06 +01:00
committed by Sekhar Nori
parent de4f82a245
commit 2b6a2e74f2
6 changed files with 58 additions and 55 deletions

View File

@@ -691,7 +691,7 @@ void __init dm646x_register_clocks(void)
void __init dm646x_init_irq(void)
{
davinci_irq_init();
davinci_aintc_init();
}
static int __init dm646x_init_devices(void)