X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fncpfs%2Fsymlink.c;fp=fs%2Fncpfs%2Fsymlink.c;h=e935f1b34bc2935e589979ee69c32a2fada36863;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ca92c240663564c319627de827c58deed0a635ea;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;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, };