1
0
Fork 0

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>
hifive-unleashed-5.1
Alexandre Belloni 2015-09-30 02:01:20 +02:00
parent fbc7edca5a
commit 6c38bda9ae
1 changed files with 0 additions and 7 deletions

View File

@ -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);