From b6105c796ef723f9c03a04f5c40b7ce79637b34a Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Mon, 19 Nov 2012 13:19:34 -0500 Subject: [PATCH] --- yaml --- r: 338031 b: refs/heads/master c: 1a65e204961969fa967a9aed6e8bab5d9ac66717 h: refs/heads/master i: 338029: e93dd8491ae6f1c4cf32827f627907c4a35beb5f 338027: 85e9d8f2f6aafb2231f715fa253cdc21d6e8344f 338023: 75e08f234b182e58935b40f6eaf1334535b80ef7 338015: d3aecf808d92309fa8eef95440ff88031c4c2bd6 v: v3 --- [refs] | 2 +- trunk/drivers/staging/wlags49_h2/wl_pci.c | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 058953f76b51..3c4dd252f324 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfdc409770a3700c08712983c7bfbddec45401e5 +refs/heads/master: 1a65e204961969fa967a9aed6e8bab5d9ac66717 diff --git a/trunk/drivers/staging/wlags49_h2/wl_pci.c b/trunk/drivers/staging/wlags49_h2/wl_pci.c index a09c3ac793a2..687b29895d45 100644 --- a/trunk/drivers/staging/wlags49_h2/wl_pci.c +++ b/trunk/drivers/staging/wlags49_h2/wl_pci.c @@ -160,14 +160,13 @@ void wl_pci_dma_hcf_reclaim_rx( struct wl_private *lp ); /******************************************************************************* * PCI module function registration ******************************************************************************/ -static struct pci_driver wl_driver = -{ - name: MODULE_NAME, - id_table: wl_pci_tbl, - probe: wl_pci_probe, - remove: __devexit_p(wl_pci_remove), - suspend: NULL, - resume: NULL, +static struct pci_driver wl_driver = { + .name = MODULE_NAME, + .id_table = wl_pci_tbl, + .probe = wl_pci_probe, + .remove = wl_pci_remove, + .suspend = NULL, + .resume = NULL }; /*******************************************************************************