Bladeren bron

ARM: at91: remove useless includes and function prototypes

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>
Alexandre Belloni 10 jaren geleden
bovenliggende
commit
6c38bda9ae
1 gewijzigde bestanden met toevoegingen van 0 en 7 verwijderingen
  1. 0 7
      arch/arm/mach-at91/generic.h

+ 0 - 7
arch/arm/mach-at91/generic.h

@@ -11,13 +11,6 @@
 #ifndef _AT91_GENERIC_H
 #ifndef _AT91_GENERIC_H
 #define _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
 #ifdef CONFIG_PM
 extern void __init at91rm9200_pm_init(void);
 extern void __init at91rm9200_pm_init(void);
 extern void __init at91sam9260_pm_init(void);
 extern void __init at91sam9260_pm_init(void);