]> err.no Git - linux-2.6/blobdiff - fs/ncpfs/inode.c
[S390] xpram off by one error.
[linux-2.6] / fs / ncpfs / inode.c
index 90d2ea28f333dfef1695c1a4a228934455383618..1ddf77b0b825d08282944604e582b78244852704 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <asm/system.h>
@@ -105,7 +104,7 @@ static struct super_operations ncp_sops =
 
 extern struct dentry_operations ncp_root_dentry_operations;
 #if defined(CONFIG_NCPFS_EXTRAS) || defined(CONFIG_NCPFS_NFS_NS)
-extern struct address_space_operations ncp_symlink_aops;
+extern const struct address_space_operations ncp_symlink_aops;
 extern int ncp_symlink(struct inode*, struct dentry*, const char*);
 #endif