]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/udlfb/udlfb.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[karo-tx-linux.git] / drivers / staging / udlfb / udlfb.c
index d0a5090f876f1955a07bcd6527837c991afe380b..c7e061e5e04de40d9a8dfac4be269fe718abe4fc 100644 (file)
@@ -1063,7 +1063,8 @@ static ssize_t metrics_misc_show(struct device *fbdev,
                        atomic_read(&dev->lost_pixels) ? "yes" : "no");
 }
 
-static ssize_t edid_show(struct kobject *kobj, struct bin_attribute *a,
+static ssize_t edid_show(struct file *filp, struct kobject *kobj,
+                        struct bin_attribute *a,
                         char *buf, loff_t off, size_t count) {
        struct device *fbdev = container_of(kobj, struct device, kobj);
        struct fb_info *fb_info = dev_get_drvdata(fbdev);