From: Andrew Morton Cc: Arjan van de Ven Signed-off-by: Andrew Morton --- arch/powerpc/platforms/cell/spufs/inode.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/platforms/cell/spufs/inode.c~mark-f_ops-const-in-the-inode-spufs-fix arch/powerpc/platforms/cell/spufs/inode.c --- 25/arch/powerpc/platforms/cell/spufs/inode.c~mark-f_ops-const-in-the-inode-spufs-fix 2006-01-17 07:32:14.000000000 -0700 +++ 25-akpm/arch/powerpc/platforms/cell/spufs/inode.c 2006-01-17 07:32:34.000000000 -0700 @@ -103,7 +103,7 @@ spufs_setattr(struct dentry *dentry, str static int spufs_new_file(struct super_block *sb, struct dentry *dentry, - struct file_operations *fops, int mode, + const struct file_operations *fops, int mode, struct spu_context *ctx) { static struct inode_operations spufs_file_iops = { _