ARM: davinci: cp-intc: use a common prefix for all symbols

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:21 +01:00
committed by Sekhar Nori
parent 47b7c6195c
commit b35b55e72c
4 changed files with 77 additions and 73 deletions

View File

@@ -833,7 +833,7 @@ static const struct davinci_cp_intc_config da830_cp_intc_config = {
void __init da830_init_irq(void)
{
cp_intc_init();
davinci_cp_intc_init();
}
void __init da830_init_time(void)