drm: add savage driver
[safe/jmp/linux-2.6] / 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);