aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach/irda.h
Commit message (Collapse)AuthorAge
* arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov2014-12-30
| | | | | | | | | 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>
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-02
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>