aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/cell/spufs/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/file.c b/arch/powerpc/platforms/cell/spufs/file.c
index 80c02660e617..7854a380dce2 100644
--- a/arch/powerpc/platforms/cell/spufs/file.c
+++ b/arch/powerpc/platforms/cell/spufs/file.c
@@ -1150,7 +1150,7 @@ static unsigned int spufs_mfc_poll(struct file *file,poll_table *wait)
1150 return mask; 1150 return mask;
1151} 1151}
1152 1152
1153static int spufs_mfc_flush(struct file *file) 1153static int spufs_mfc_flush(struct file *file, fl_owner_t id)
1154{ 1154{
1155 struct spu_context *ctx = file->private_data; 1155 struct spu_context *ctx = file->private_data;
1156 int ret; 1156 int ret;
@@ -1176,7 +1176,7 @@ out:
1176static int spufs_mfc_fsync(struct file *file, struct dentry *dentry, 1176static int spufs_mfc_fsync(struct file *file, struct dentry *dentry,
1177 int datasync) 1177 int datasync)
1178{ 1178{
1179 return spufs_mfc_flush(file); 1179 return spufs_mfc_flush(file, NULL);
1180} 1180}
1181 1181
1182static int spufs_mfc_fasync(int fd, struct file *file, int on) 1182static int spufs_mfc_fasync(int fd, struct file *file, int on)