OSDN Git Service

ARM: OMAP: move debug_card_init() function
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 28 Aug 2012 23:18:56 +0000 (02:18 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Sep 2012 23:39:20 +0000 (16:39 -0700)
commit801475ccb2b2c1928b22aec4b9e5285d9e347602
treebf08d6fd4e7913d14f3d963510c456cd724ee3ae
parentad6c9101c7949fd7c6a567e3faae94aaa044cd17
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>
arch/arm/mach-omap2/board-h4.c
arch/arm/plat-omap/include/plat/board.h
arch/arm/plat-omap/include/plat/debug-devices.h [new file with mode: 0644]