diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-07 20:53:49 +0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-12 14:02:48 -0800 |
commit | e05cf58d50e3ce3601ebf753728eee0df759e38f (patch) | |
tree | 29cdb8d2fed73a67dcd8ab29d6cdd477b0abeeed /arch/arm | |
parent | 8de7e37ef0ad7b4dc39498824c48bde2f4d13828 (diff) | |
download | blackbird-op-linux-e05cf58d50e3ce3601ebf753728eee0df759e38f.tar.gz blackbird-op-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')
-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> |