From 801475ccb2b2c1928b22aec4b9e5285d9e347602 Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Wed, 29 Aug 2012 02:18:56 +0300 Subject: [PATCH] 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 Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-h4.c | 2 +- arch/arm/plat-omap/include/plat/board.h | 5 ----- arch/arm/plat-omap/include/plat/debug-devices.h | 9 +++++++++ 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 arch/arm/plat-omap/include/plat/debug-devices.h 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 #include -#include #include "common.h" #include #include #include +#include #include