compat: fix typo on previous atomic changes
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 6 Sep 2012 23:54:44 +0000 (16:54 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 6 Sep 2012 23:54:44 +0000 (16:54 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
include/linux/compat-2.6.29.h

index e62151908e61adf9d5b4e3f42c3cff7649577c03..d95b00e1d62a8298b2a8cc481fe1a5ecfb9f8bf2 100644 (file)
@@ -35,7 +35,7 @@ static inline int usb_autopm_get_interface_async(struct usb_interface *intf)
        defined(CONFIG_SUPERH) || defined(CONFIG_SPARC) || \
        defined(CONFIG_FRV) || defined(CONFIG_X86) || \
        defined(CONFIG_M32R) || defined(CONFIG_M68K) || \
-       defined(CONFIG_MN10300) || defined(CONFIG_XTENSA) \
+       defined(CONFIG_MN10300) || defined(CONFIG_XTENSA) || \
        defined(CONFIG_ARM)
 #include <asm/atomic.h>
 #else