summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-02-14 15:52:21 +0100
committerSekhar Nori2019-02-19 15:33:32 +0100
commitb35b55e72c12b29fc04c14ba71cb5d2e5580fead (patch)
treefaa153b36ad24c851ca5f7ae8e9f61aa321769f7 /arch/arm/mach-davinci/include/mach
parentARM: davinci: cp-intc: add the new config structures for da8xx SoCs (diff)
downloadkernel-qcow2-linux-b35b55e72c12b29fc04c14ba71cb5d2e5580fead.tar.gz
kernel-qcow2-linux-b35b55e72c12b29fc04c14ba71cb5d2e5580fead.tar.xz
kernel-qcow2-linux-b35b55e72c12b29fc04c14ba71cb5d2e5580fead.zip
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>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 3f3f1169d47e..7ad79171b4b5 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -22,7 +22,7 @@
#define DAVINCI_INTC_START NR_IRQS
#define DAVINCI_INTC_IRQ(_irqnum) (DAVINCI_INTC_START + (_irqnum))
-void cp_intc_init(void);
+void davinci_cp_intc_init(void);
void davinci_timer_init(struct clk *clk);
struct davinci_timer_instance {