diff options
-rw-r--r-- | fs/reiserfs/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index ecc9943202fc..83b9135a411a 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/proc_fs.h> | 21 | #include <linux/proc_fs.h> |
22 | 22 | ||
23 | #if defined( REISERFS_PROC_INFO ) | 23 | #ifdef CONFIG_REISERFS_PROC_INFO |
24 | 24 | ||
25 | /* | 25 | /* |
26 | * LOCKING: | 26 | * LOCKING: |