diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2012-08-29 02:18:56 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 16:39:20 -0700 |
commit | 801475ccb2b2c1928b22aec4b9e5285d9e347602 (patch) | |
tree | bf08d6fd4e7913d14f3d963510c456cd724ee3ae /arch/arm/mach-omap2/board-h4.c | |
parent | ad6c9101c7949fd7c6a567e3faae94aaa044cd17 (diff) | |
download | talos-obmc-linux-801475ccb2b2c1928b22aec4b9e5285d9e347602.tar.gz talos-obmc-linux-801475ccb2b2c1928b22aec4b9e5285d9e347602.zip |
ARM: OMAP: move debug_card_init() function
debug_card_init() function resides in the plat/board.h file.
Move it to a separate header file under plat/ so the board.h file can be
removed.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index ace20482e3e1..5be30e6dd4cb 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c @@ -32,11 +32,11 @@ #include <asm/mach/arch.h> #include <asm/mach/map.h> -#include <plat/board.h> #include "common.h" #include <plat/menelaus.h> #include <plat/dma.h> #include <plat/gpmc.h> +#include <plat/debug-devices.h> #include <video/omapdss.h> #include <video/omap-panel-generic-dpi.h> |