diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-10 04:46:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:34 -0500 |
commit | bfb58478fe2f8cbbb776d910ff3549515e3c8f4f (patch) | |
tree | 5ec3b254051c2eb007674454698036ec6bbd3e08 /include/linux/byteorder/Kbuild | |
parent | a9cccd34372f7075e8746395609bc78f0fbaf204 (diff) |
[PATCH] cleanup linux/byteorder/swabb.h
- no longer a userspace header
- add #include <linux/types.h> for in-kernel compilation
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/byteorder/Kbuild')
-rw-r--r-- | include/linux/byteorder/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/byteorder/Kbuild b/include/linux/byteorder/Kbuild index d39dc0f7c67e..79bedddfd9ca 100644 --- a/include/linux/byteorder/Kbuild +++ b/include/linux/byteorder/Kbuild | |||
@@ -2,5 +2,4 @@ header-y += big_endian.h | |||
2 | header-y += little_endian.h | 2 | header-y += little_endian.h |
3 | 3 | ||
4 | unifdef-y += generic.h | 4 | unifdef-y += generic.h |
5 | unifdef-y += swabb.h | ||
6 | unifdef-y += swab.h | 5 | unifdef-y += swab.h |