Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1319129
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 09/13] ARM: at91: remove useless includes and function prototypes |
| Date | 2016-01-27 17:20 +0100 |
| Message-ID | <qVAZ5-6ax-41@gated-at.bofh.it> (permalink) |
| References | <qVAZ3-6ax-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Remove leftover from the previous cleanup Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> --- arch/arm/mach-at91/generic.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index d224e195706a..28ca57a2060f 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h @@ -11,13 +11,6 @@ #ifndef _AT91_GENERIC_H #define _AT91_GENERIC_H -#include <linux/of.h> -#include <linux/reboot.h> - - /* Map io */ -extern void __init at91_map_io(void); -extern void __init at91_alt_map_io(void); - #ifdef CONFIG_PM extern void __init at91rm9200_pm_init(void); extern void __init at91sam9260_pm_init(void); -- 2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 00/13] ARM: at91: PMC driver rework Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 06/13] ARM: at91: pm: simply call at91_pm_init Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 05/13] clk: at91: pmc: move pmc structures to C file Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 03/13] clk: at91: remove IRQ handling and use polling Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 04/13] clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 08/13] ARM: at91: pm: move idle functions to pm.c Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 09/13] ARM: at91: remove useless includes and function prototypes Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 13/13] clk: at91: remove useless includes Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 01/13] clk: at91: make use of syscon to share PMC registers in several drivers Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100 [PATCH v4 12/13] clk: at91: pmc: remove useless capacities handling Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-01-27 17:20 +0100
csiph-web