aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/include/mach/serial.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-29ARM: omap2: remove include/mach/ subdirectoryArnd Bergmann1-66/+0
mach/serial.h is only included from arch/arm/mach-omap2/serial.h, and the other two files are unused and empty. Remove the directory by relocating the contents of mach/serial.h and dropping all other references. Reviewed-by: Tony Lindgren <[email protected]> Tested-by: Tony Lindgren <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
2013-01-11ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.STony Lindgren1-37/+0
These are no longer needed, we now have to select the debug_ll port manually. The new multiplatform version of the debug_ll code is in arch/arm/include/debug/omap2plus.S. Signed-off-by: Tony Lindgren <[email protected]>
2012-10-31ARM: OMAP2+: Fix relative includes for serial.hTony Lindgren1-0/+103
As discussed on linux-arm-kernel, we want to avoid relative includes for the arch/arm/*omap* code: http://www.spinics.net/lists/linux-omap/msg80520.html Fix serial.h by moving it to mach/serial.h. Signed-off-by: Tony Lindgren <[email protected]>