vserver 2.0 rc7
[linux-2.6.git] / fs / hpfs / super.c
index 34074b3..8eefa63 100644 (file)
@@ -246,9 +246,9 @@ static match_table_t tokens = {
        {Opt_err, NULL},
 };
 
-int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask,
-              int *lowercase, int *conv, int *eas, int *chk, int *errs,
-              int *chkdsk, int *timeshift)
+static int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask,
+                     int *lowercase, int *conv, int *eas, int *chk, int *errs,
+                     int *chkdsk, int *timeshift)
 {
        char *p;
        int option;