diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-06 16:30:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 22:45:13 -0500 |
commit | 637b180c23313f2964e0ef20f1ee375203866968 (patch) | |
tree | f15dc98ab7ad182d49f589b94702e47879b98383 /include/linux/Kbuild | |
parent | 5cbd04ae36fcb8fd1f38c71dacbbe59f3166f074 (diff) |
byteorder: remove the now unused byteorder.h
This implementation caused problems in userspace which can, and does
define _both_ __LITTLE_ENDIAN and __BIG_ENDIAN.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 39da666067b9..a3323f337e4d 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -179,7 +179,6 @@ unifdef-y += auto_fs.h | |||
179 | unifdef-y += auxvec.h | 179 | unifdef-y += auxvec.h |
180 | unifdef-y += binfmts.h | 180 | unifdef-y += binfmts.h |
181 | unifdef-y += blktrace_api.h | 181 | unifdef-y += blktrace_api.h |
182 | unifdef-y += byteorder.h | ||
183 | unifdef-y += capability.h | 182 | unifdef-y += capability.h |
184 | unifdef-y += capi.h | 183 | unifdef-y += capi.h |
185 | unifdef-y += cciss_ioctl.h | 184 | unifdef-y += cciss_ioctl.h |