summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/include/mach/irda.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-18ARM: OMAP1: Remove legacy irda.h and irda setup from board filesJarkko Nikula1-33/+0
omap-ir.c driver has never been upstream and was also removed from linux-omap.git four years ago (See linux-omap.git commit efd1e3f ("REMOVE OMAP LEGACY CODE: Reset drivers/net/irda to mainline")). Therefore remove needless device registration from a few board files and delete thus to be unused arch/arm/mach-omap1/include/mach/irda.h and unused OMAP_DMA_UART3_* definitions from dma.h. Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-09-21ARM: OMAP1: Move irda.h from plat to machTony Lindgren1-0/+33
This is only used by omap1. Signed-off-by: Tony Lindgren <tony@atomide.com>