]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'uapi/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 20 Dec 2011 07:29:32 +0000 (18:29 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 20 Dec 2011 07:29:32 +0000 (18:29 +1100)
1  2 
arch/arm/include/asm/swab.h

index 32ee164a2f6bb73e066dd34debd6b1355f118f2a,e82adf64d1dd727e18dd0d54781323c98a9e5c20..b859d82e30cafb5489fdb0297319a570f8362df3
  #  define __SWAB_64_THRU_32__
  #endif
  
- #if defined(__KERNEL__) && __LINUX_ARM_ARCH__ >= 6
+ #if defined(__KERNEL__)
+ #if __LINUX_ARM_ARCH__ >= 6
  
 -static inline __attribute_const__ __u16 __arch_swab16(__u16 x)
 +static inline __attribute_const__ __u32 __arch_swahb32(__u32 x)
  {
        __asm__ ("rev16 %0, %1" : "=r" (x) : "r" (x));
        return x;