diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-07 13:53:49 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-12 23:02:48 +0100 |
commit | e05cf58d50e3ce3601ebf753728eee0df759e38f (patch) | |
tree | 29cdb8d2fed73a67dcd8ab29d6cdd477b0abeeed /arch/arm/mach-omap2/board-overo.c | |
parent | ARM: OMAP: debug-leds: Use resource_size instead of hard coded macro (diff) | |
download | linux-e05cf58d50e3ce3601ebf753728eee0df759e38f.tar.xz linux-e05cf58d50e3ce3601ebf753728eee0df759e38f.zip |
ARM: OMAP2+: remove duplicated include from board-overo.c
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-overo.c')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 1cfb0374f5e2..f5ba43fa0400 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c @@ -45,7 +45,6 @@ #include <asm/mach/flash.h> #include <asm/mach/map.h> -#include "common.h" #include <video/omapdss.h> #include <video/omap-panel-generic-dpi.h> #include <video/omap-panel-tfp410.h> |