diff options
-rw-r--r-- | fs/seq_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/seq_file.c b/fs/seq_file.c index f03220d7891b..16c211558c22 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c | |||
@@ -387,7 +387,7 @@ char *mangle_path(char *s, char *p, char *esc) | |||
387 | } | 387 | } |
388 | return NULL; | 388 | return NULL; |
389 | } | 389 | } |
390 | EXPORT_SYMBOL_GPL(mangle_path); | 390 | EXPORT_SYMBOL(mangle_path); |
391 | 391 | ||
392 | /* | 392 | /* |
393 | * return the absolute path of 'dentry' residing in mount 'mnt'. | 393 | * return the absolute path of 'dentry' residing in mount 'mnt'. |