X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fncpfs%2Fsymlink.c;h=e935f1b34bc2935e589979ee69c32a2fada36863;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ca92c240663564c319627de827c58deed0a635ea;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/ncpfs/symlink.c b/fs/ncpfs/symlink.c index ca92c2406..e935f1b34 100644 --- a/fs/ncpfs/symlink.c +++ b/fs/ncpfs/symlink.c @@ -20,6 +20,7 @@ * */ +#include #include @@ -98,7 +99,7 @@ fail: /* * symlinks can't do much... */ -const struct address_space_operations ncp_symlink_aops = { +struct address_space_operations ncp_symlink_aops = { .readpage = ncp_symlink_readpage, };