diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-12 13:42:15 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 09:24:06 -0500 |
commit | 427accd3c43aee11c59b4c2d6e8328a0337017fc (patch) | |
tree | 2870bd0506dde5e0fe1d84a1c87803b072ce36d4 /arch/arm/mach-at91/generic.h | |
parent | 5f58c97099f20cb12b463d3bb8bf0cbe522deb22 (diff) |
ARM: at91: remove useless at91rm9200_dt_initialize()
at91rm9200_dt_initialize() is doing the same as at91_dt_initialize(), use that
one instead.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index e0368aa06390..c10c2ddaae6d 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h | |||
@@ -22,7 +22,6 @@ extern void __init at91_init_sram(int bank, unsigned long base, | |||
22 | 22 | ||
23 | /* Processors */ | 23 | /* Processors */ |
24 | extern void __init at91rm9200_set_type(int type); | 24 | extern void __init at91rm9200_set_type(int type); |
25 | extern void __init at91rm9200_dt_initialize(void); | ||
26 | extern void __init at91_dt_initialize(void); | 25 | extern void __init at91_dt_initialize(void); |
27 | 26 | ||
28 | /* Timer */ | 27 | /* Timer */ |