[PATCH] Unlinline a bunch of other functions
[safe/jmp/linux-2.6] / fs / binfmt_misc.c
index 9ccc7d8..6a7b730 100644 (file)
@@ -264,7 +264,7 @@ static int unquote(char *from)
        return p - from;
 }
 
-static inline char * check_special_flags (char * sfs, Node * e)
+static char * check_special_flags (char * sfs, Node * e)
 {
        char * p = sfs;
        int cont = 1;