WorkStruct: make allyesconfig
[linux-2.6-block.git] / drivers / net / wireless / prism54 / islpci_mgt.c
index 6a60c5970cb519b237f4c9b7b95f09a4d2adb649..656ec9fa71289848819be2390b4bbc74899735f8 100644 (file)
@@ -18,7 +18,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/netdevice.h>
 #include <linux/module.h>
 #include <linux/pci.h>
@@ -388,7 +387,7 @@ islpci_mgt_receive(struct net_device *ndev)
 
                        /* Create work to handle trap out of interrupt
                         * context. */
-                       INIT_WORK(&frame->ws, prism54_process_trap, frame);
+                       INIT_WORK(&frame->ws, prism54_process_trap);
                        schedule_work(&frame->ws);
 
                } else {