WorkStruct: make allyesconfig
[linux-2.6-block.git] / drivers / net / wireless / prism54 / islpci_mgt.c
index 2e061a80b294542fd02a12c29af2328a46cca900..656ec9fa71289848819be2390b4bbc74899735f8 100644 (file)
@@ -387,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 {