diff options
author | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2006-11-22 09:57:56 -0500 |
commit | c4028958b6ecad064b1a6303a6a5906d4fe48d73 (patch) | |
tree | 1c4c89652c62a75da09f9b9442012007e4ac6250 /drivers/net/wireless/prism54/islpci_dev.c | |
parent | 65f27f38446e1976cc98fd3004b110fedcddd189 (diff) |
WorkStruct: make allyesconfig
Fix up for make allyesconfig.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'drivers/net/wireless/prism54/islpci_dev.c')
-rw-r--r-- | drivers/net/wireless/prism54/islpci_dev.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/prism54/islpci_dev.c b/drivers/net/wireless/prism54/islpci_dev.c index ec1c00f19eb..e35fcb2543c 100644 --- a/drivers/net/wireless/prism54/islpci_dev.c +++ b/drivers/net/wireless/prism54/islpci_dev.c | |||
@@ -861,11 +861,10 @@ islpci_setup(struct pci_dev *pdev) | |||
861 | priv->state_off = 1; | 861 | priv->state_off = 1; |
862 | 862 | ||
863 | /* initialize workqueue's */ | 863 | /* initialize workqueue's */ |
864 | INIT_WORK(&priv->stats_work, | 864 | INIT_WORK(&priv->stats_work, prism54_update_stats); |
865 | (void (*)(void *)) prism54_update_stats, priv); | ||
866 | priv->stats_timestamp = 0; | 865 | priv->stats_timestamp = 0; |
867 | 866 | ||
868 | INIT_WORK(&priv->reset_task, islpci_do_reset_and_wake, priv); | 867 | INIT_WORK(&priv->reset_task, islpci_do_reset_and_wake); |
869 | priv->reset_task_pending = 0; | 868 | priv->reset_task_pending = 0; |
870 | 869 | ||
871 | /* allocate various memory areas */ | 870 | /* allocate various memory areas */ |