]> git.proxmox.com Git - qemu.git/blobdiff - tests/cris/check_swap.c
Replace 'extern inline' with 'static inline'
[qemu.git] / tests / cris / check_swap.c
index 824a685517fc99f6e187bc53f036be28dc689a78..f851cbcef1f3e1218ac71d1ec18502cdad568507 100644 (file)
@@ -9,7 +9,7 @@
 #define B 2
 #define R 1
 
-extern inline int cris_swap(const int mode, int x)
+static inline int cris_swap(const int mode, int x)
 {
        switch (mode)
        {