rtl8188eu: Remove CONFIG_LITTLE_ENDIAN

Replace with kernel-devined __LITTLE_ENDIAN. This also applies
to CONFIG_BIG_ENDIAN.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-01-26 16:45:43 -06:00
parent a8e1fbf1f9
commit b2de21036e
9 changed files with 20 additions and 21 deletions

View file

@ -68,7 +68,7 @@ union pn48 {
u64 val;
#ifdef CONFIG_LITTLE_ENDIAN
#ifdef __LITTLE_ENDIAN
struct {
u8 TSC0;
@ -81,7 +81,7 @@ struct {
u8 TSC7;
} _byte_;
#elif defined(CONFIG_BIG_ENDIAN)
#elif defined(__BIG_ENDIAN)
struct {
u8 TSC7;