kernel: Fix compilation warning.
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Jan 2013 05:33:33 +0000 (14:33 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 24 Jan 2013 05:33:33 +0000 (14:33 +0900)
Fix warnings at virtio-gl.

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
drivers/char/virtio-gl.c

index 647ff691c2b02905428a0174f944effe43cc37af..380940fbe1ef692937851d63d1b5e435e9de0dba 100755 (executable)
@@ -223,7 +223,7 @@ static int glmem_mmap(struct file *filp, struct vm_area_struct *vma)
        return 0;\r
 }\r
 \r
-static int glmem_fsync(struct file *filp, loff_t *start, loff_t *end, int datasync)\r
+static int glmem_fsync(struct file *filp, loff_t start, loff_t end, int datasync)\r
 {\r
        struct virtio_gl_data *gldata = to_virtio_gl_data(filp);\r
 \r