macintosh: Always export pmu_[un]register_sleep_notifier if CONFIG_PM set
[pandora-kernel.git] / crypto / aes.c
index d0dd7c3..5df9288 100644 (file)
@@ -67,7 +67,7 @@
 /*
  * #define byte(x, nr) ((unsigned char)((x) >> (nr*8))) 
  */
-inline static u8
+static inline u8
 byte(const u32 x, const unsigned n)
 {
        return x >> (n << 3);