From: Igor Grinberg Date: Tue, 28 Aug 2012 23:18:56 +0000 (+0300) Subject: ARM: OMAP: move debug_card_init() function X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=801475ccb2b2c1928b22aec4b9e5285d9e347602;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 --- 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