diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-20 08:01:05 +0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-07-04 05:11:57 -0700 |
commit | 7f161ce76d356c496af6ef5ee3a896d4bf18e3eb (patch) | |
tree | e4b1791500e762f97e22dd06ab085b50cbefed2b /arch | |
parent | e94eb1ac8ef14ae6a745815d2c184225febfd189 (diff) | |
download | linux-rt-7f161ce76d356c496af6ef5ee3a896d4bf18e3eb.tar.gz |
ARM: OMAP2+: devices: remove duplicated include from devices.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c3bc58b88fa6..3c1279f27d1f 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -15,7 +15,6 @@ #include <linux/io.h> #include <linux/clk.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/pinctrl/machine.h> |