]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/edac/i5000_edac.c
i5000_edac: no need to __stringify() KBUILD_BASENAME
[linux-2.6-omap-h63xx.git] / drivers / edac / i5000_edac.c
index 96f7e63e39969122ef132fc9a266d575944598c5..a1f24c42d5ff45176984727961c245df1d0908fc 100644 (file)
@@ -1462,7 +1462,7 @@ MODULE_DEVICE_TABLE(pci, i5000_pci_tbl);
  *
  */
 static struct pci_driver i5000_driver = {
-       .name = __stringify(KBUILD_BASENAME),
+       .name = KBUILD_BASENAME,
        .probe = i5000_init_one,
        .remove = __devexit_p(i5000_remove_one),
        .id_table = i5000_pci_tbl,