Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / fs / ncpfs / symlink.c
index ca92c24..e935f1b 100644 (file)
@@ -20,6 +20,7 @@
  *
  */
 
+#include <linux/config.h>
 
 #include <asm/uaccess.h>
 
@@ -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,
 };