summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/common.h
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-02-14 15:52:11 +0100
committerSekhar Nori2019-02-19 15:25:17 +0100
commit06a2871614295eb3c504821adc4dee15748890ac (patch)
treea988d8d2d3cb832bcff78ae0fab523ff3ff456a9 /arch/arm/mach-davinci/include/mach/common.h
parentARM: davinci: aintc: use the new irqchip config structure in dm* SoCs (diff)
downloadkernel-qcow2-linux-06a2871614295eb3c504821adc4dee15748890ac.tar.gz
kernel-qcow2-linux-06a2871614295eb3c504821adc4dee15748890ac.tar.xz
kernel-qcow2-linux-06a2871614295eb3c504821adc4dee15748890ac.zip
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>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/common.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 8c9c011f96f6..14e0e1c40611 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -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;