Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-31 | ARM: OMAP: Fix relative includes for debug-devices.h | Tony Lindgren | |
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-20 | ARM: OMAP2+: Make debug-devices.h local | Tony Lindgren | |
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com> |