summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/debug-devices.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01ARM: OMAP: Fix relative includes for debug-devices.hTony Lindgren1-9/+0
As discussed on linux-arm-kernel, we want to avoid relative includes for the arch/arm/*omap* shared code: http://www.spinics.net/lists/linux-omap/msg80520.html Let's add plat/debug-devices.h for debug_card_init() to fix the relative includes. Note that drivers must not use this header as it will break build for omap2+ CONFIG_MULTIPLATFORM builds. Cc: Paul Walmsley <paul@pwsan.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-09-21ARM: OMAP2+: Make debug-devices.h localTony Lindgren1-0/+9
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>