summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/a.out.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-01headers_check fix: arm, a.out.hJaswinder Singh Rajput1-1/+1
fix the following 'make headers_check' warnings: usr/include/asm-arm/a.out.h:5: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-arm/a.out.h:9: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+34
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>