]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/vfb.c
[PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig option
[linux-2.6-omap-h63xx.git] / drivers / video / vfb.c
index ffa1ad474226c5e121486ba8c0f4f87c8bc91f70..53208cb58396a8a1a047232f3de9c7ef7dd57f12 100644 (file)
@@ -81,7 +81,7 @@ static int vfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
                         u_int transp, struct fb_info *info);
 static int vfb_pan_display(struct fb_var_screeninfo *var,
                           struct fb_info *info);
-static int vfb_mmap(struct fb_info *info, struct file *file,
+static int vfb_mmap(struct fb_info *info,
                    struct vm_area_struct *vma);
 
 static struct fb_ops vfb_ops = {
@@ -368,7 +368,7 @@ static int vfb_pan_display(struct fb_var_screeninfo *var,
      *  Most drivers don't need their own mmap function 
      */
 
-static int vfb_mmap(struct fb_info *info, struct file *file,
+static int vfb_mmap(struct fb_info *info,
                    struct vm_area_struct *vma)
 {
        return -EINVAL;