]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/parport/share.c
backlight: Remove bogus SYSFS dependency
[linux-2.6-omap-h63xx.git] / drivers / parport / share.c
index 2cb22c8d3357fbe4922a54a613c9aec116265029..fd9129e424f906e6e5a65de04cafb5b843385ba9 100644 (file)
@@ -17,7 +17,6 @@
 
 #undef PARPORT_DEBUG_SHARING           /* undef for production */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/string.h>
 #include <linux/threads.h>
@@ -520,7 +519,7 @@ void parport_remove_port(struct parport *port)
 struct pardevice *
 parport_register_device(struct parport *port, const char *name,
                        int (*pf)(void *), void (*kf)(void *),
-                       void (*irq_func)(int, void *, struct pt_regs *), 
+                       void (*irq_func)(int, void *), 
                        int flags, void *handle)
 {
        struct pardevice *tmp;