]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/wlags49_h2/wl_pci.c
staging: wlags49_h2: remove custom ways of creating a module name
[~andy/linux] / drivers / staging / wlags49_h2 / wl_pci.c
index e2108f49dee9d837ea9f873e84cdcb95af0b7ab6..9bde47cbe1e6b2f3da6287d5b4e1540e874f5efd 100644 (file)
@@ -160,7 +160,7 @@ void wl_pci_dma_hcf_reclaim_rx( struct wl_private *lp );
  * PCI module function registration
  ******************************************************************************/
 static struct pci_driver wl_driver = {
-       .name     = MODULE_NAME,
+       .name     = KBUILD_MODNAME,
        .id_table = wl_pci_tbl,
        .probe    = wl_pci_probe,
        .remove   = wl_pci_remove,