vfs: remove get_xip_mem
[linux-drm-fsl-dcu.git] / fs / ext2 / inode.c
index 5ac0a3461b3c6f74c9101aeb53ef3e9da1cbeb79..59d6c7d43740bf771bf2ea80befbe0bd3498d74f 100644 (file)
@@ -894,7 +894,6 @@ const struct address_space_operations ext2_aops = {
 
 const struct address_space_operations ext2_aops_xip = {
        .bmap                   = ext2_bmap,
-       .get_xip_mem            = ext2_get_xip_mem,
        .direct_IO              = ext2_direct_IO,
 };