From 2d0d12aff99cc4a007a4c756cd30730a5dd6c01b Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 13 Dec 2011 15:07:49 +0000 Subject: [PATCH] --- yaml --- r: 285011 b: refs/heads/master c: a648bd0c9f613d8f9954eccff6009ecfb26e2722 h: refs/heads/master i: 285009: 58ac00913e8ae453dd4db3b20f176ea9f5ecdc8e 285007: 9f54e10f4f31f5406dbfc723f68a0e4796be99ad v: v3 --- [refs] | 2 +- trunk/include/linux/patchkey.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 12c30ba079b2..7000e2948f2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9356f4da3ffba7ab826ec3ea5f31f414f5b2a95 +refs/heads/master: a648bd0c9f613d8f9954eccff6009ecfb26e2722 diff --git a/trunk/include/linux/patchkey.h b/trunk/include/linux/patchkey.h index d974a6e92372..aefda0ec6e62 100644 --- a/trunk/include/linux/patchkey.h +++ b/trunk/include/linux/patchkey.h @@ -32,7 +32,8 @@ # else # error "could not determine byte order" # endif -#elif defined(__BYTE_ORDER) +#else +#if defined(__BYTE_ORDER) # if __BYTE_ORDER == __BIG_ENDIAN # define _PATCHKEY(id) (0xfd00|id) # elif __BYTE_ORDER == __LITTLE_ENDIAN @@ -41,5 +42,6 @@ # error "could not determine byte order" # endif #endif +#endif #endif /* _LINUX_PATCHKEY_H */