summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcfxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcfxo.c')
-rw-r--r--drivers/dahdi/wcfxo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dahdi/wcfxo.c b/drivers/dahdi/wcfxo.c
index fe5eb99..de956af 100644
--- a/drivers/dahdi/wcfxo.c
+++ b/drivers/dahdi/wcfxo.c
@@ -1026,10 +1026,10 @@ static struct pci_device_id wcfxo_pci_tbl[] = {
MODULE_DEVICE_TABLE (pci, wcfxo_pci_tbl);
static struct pci_driver wcfxo_driver = {
- name: "wcfxo",
- probe: wcfxo_init_one,
- remove: __devexit_p(wcfxo_remove_one),
- id_table: wcfxo_pci_tbl,
+ .name = "wcfxo",
+ .probe = wcfxo_init_one,
+ .remove = __devexit_p(wcfxo_remove_one),
+ .id_table = wcfxo_pci_tbl,
};
static int __init wcfxo_init(void)