aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-h4.c
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2012-08-28 19:18:56 -0400
committerTony Lindgren <tony@atomide.com>2012-09-10 19:39:20 -0400
commit801475ccb2b2c1928b22aec4b9e5285d9e347602 (patch)
treebf08d6fd4e7913d14f3d963510c456cd724ee3ae /arch/arm/mach-omap2/board-h4.c
parentad6c9101c7949fd7c6a567e3faae94aaa044cd17 (diff)
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.c2
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 @@
32#include <asm/mach/arch.h> 32#include <asm/mach/arch.h>
33#include <asm/mach/map.h> 33#include <asm/mach/map.h>
34 34
35#include <plat/board.h>
36#include "common.h" 35#include "common.h"
37#include <plat/menelaus.h> 36#include <plat/menelaus.h>
38#include <plat/dma.h> 37#include <plat/dma.h>
39#include <plat/gpmc.h> 38#include <plat/gpmc.h>
39#include <plat/debug-devices.h>
40 40
41#include <video/omapdss.h> 41#include <video/omapdss.h>
42#include <video/omap-panel-generic-dpi.h> 42#include <video/omap-panel-generic-dpi.h>