Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | headers_check fix: xtensa, swab.h | Jaswinder Singh Rajput | 2009-02-01 | 1 | -1/+1 |
| | | | | | | | | | fix the following 'make headers_check' warnings: usr/include/asm-xtensa/swab.h:14: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-xtensa/swab.h:19: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | ||||
* | xtensa: introduce swab.h | Harvey Harrison | 2009-01-07 | 1 | -0/+70 |
Fixes compile breakage as linux/byteorder.h was removed. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |