linux 2.6.16.38 w/ vs2.0.3-rc1
[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,
 };