diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-12 17:54:24 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-13 17:11:04 +0300 |
commit | 0d3441928b45cc42fdc8949153e8a0b51615300d (patch) | |
tree | b68393f028a2e9322290e03dccb25cd3489459b9 /arch/arm/mach-at91/generic.h | |
parent | 1be27c62d61d23e8426834785d7989daa6745aa8 (diff) | |
download | linux-0d3441928b45cc42fdc8949153e8a0b51615300d.tar.xz |
ARM: at91: remove unused at91_ioremap_matrix and header
at91_ioremap_matrix and the at91_matrix.h header are not used anymore, remove
them.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/generic.h')
-rw-r--r-- | arch/arm/mach-at91/generic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index 583369ffc284..2b396c4e1fc1 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h @@ -25,10 +25,6 @@ extern void at91rm9200_timer_init(void); extern void at91rm9200_idle(void); extern void at91sam9_idle(void); -/* Matrix */ -extern void at91_ioremap_matrix(u32 base_addr); - - #ifdef CONFIG_PM extern void __init at91rm9200_pm_init(void); extern void __init at91sam9260_pm_init(void); |