diff options
Diffstat (limited to 'fs/ncpfs/symlink.c')
-rw-r--r-- | fs/ncpfs/symlink.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ncpfs/symlink.c b/fs/ncpfs/symlink.c index e935f1b34bc2..ca92c2406635 100644 --- a/fs/ncpfs/symlink.c +++ b/fs/ncpfs/symlink.c | |||
@@ -20,7 +20,6 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/config.h> | ||
24 | 23 | ||
25 | #include <asm/uaccess.h> | 24 | #include <asm/uaccess.h> |
26 | 25 | ||
@@ -99,7 +98,7 @@ fail: | |||
99 | /* | 98 | /* |
100 | * symlinks can't do much... | 99 | * symlinks can't do much... |
101 | */ | 100 | */ |
102 | struct address_space_operations ncp_symlink_aops = { | 101 | const struct address_space_operations ncp_symlink_aops = { |
103 | .readpage = ncp_symlink_readpage, | 102 | .readpage = ncp_symlink_readpage, |
104 | }; | 103 | }; |
105 | 104 | ||