]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6301f8056f0148aa8fa118369e5da2ad58f53b64
treebf08d6fd4e7913d14f3d963510c456cd724ee3ae
parent4d477edf4509c5772d903e425dda54c04992f92e
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]