]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blob - rt-patches/0317-ARM-at91-remove-useless-includes-and-function-protot.patch
WAR:media:i2c:ov5693: add flip and mirror setting
[hercules2020/nv-tegra/linux-4.4.git] / rt-patches / 0317-ARM-at91-remove-useless-includes-and-function-protot.patch
1 From 3efbc24463f3ff1d7d0dfc3f23f414cf5fee0228 Mon Sep 17 00:00:00 2001
2 From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
3 Date: Wed, 30 Sep 2015 02:01:20 +0200
4 Subject: [PATCH 317/365] ARM: at91: remove useless includes and function
5  prototypes
6
7 Remove leftover from the previous cleanup
8
9 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
10 Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
11 Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
12 ---
13  arch/arm/mach-at91/generic.h | 7 -------
14  1 file changed, 7 deletions(-)
15
16 diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h
17 index d224e19..28ca57a 100644
18 --- a/arch/arm/mach-at91/generic.h
19 +++ b/arch/arm/mach-at91/generic.h
20 @@ -11,13 +11,6 @@
21  #ifndef _AT91_GENERIC_H
22  #define _AT91_GENERIC_H
23  
24 -#include <linux/of.h>
25 -#include <linux/reboot.h>
26 -
27 - /* Map io */
28 -extern void __init at91_map_io(void);
29 -extern void __init at91_alt_map_io(void);
30 -
31  #ifdef CONFIG_PM
32  extern void __init at91rm9200_pm_init(void);
33  extern void __init at91sam9260_pm_init(void);
34 -- 
35 2.7.4
36