aboutsummaryrefslogtreecommitdiff
path: root/common/usb_storage.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-01 18:27:27 -0500
committerRemy Bohmer <linux@bohmer.net>2009-01-28 19:57:29 +0100
commitc7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a (patch)
treeb0e26252e90577c2ee9d10d457d302289e6d0d53 /common/usb_storage.c
parent7b6e31eb17e3ff76238a60803fc531517d516223 (diff)
usb.h: use standard __LITTLE_ENDIAN from Linux headers
Rather than forcing people to define a custom "LITTLEENDIAN", just use the __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is already setting up. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'common/usb_storage.c')
-rw-r--r--common/usb_storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 9ed629708..51f078948 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -45,8 +45,6 @@
* New Note:
* Support for USB Mass Storage Devices (BBB) has been added. It has
* only been tested with USB memory sticks.
- * Nota bene: if you are using the BBB support with a little-endian
- * CPU then you MUST define LITTLEENDIAN in the configuration file!
*/