summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach/irda.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov1-20/+0
In the end asm/mach/irda.h header is not used by anybody except sa1100. Move the header to the platform data includes dir and rename it to irda-sa11x0.h. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-03[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+20
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>