]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/linux-3.2.33_ipg-fix-driver-name.patch
make.sh limit build to 23 parallel threads.
[ipfire-2.x.git] / src / patches / linux-3.2.33_ipg-fix-driver-name.patch
1 Patch by Arne Fitzenreiter <arne_f@ipfire.org>
2 Fix PHYSDEVDRIVER from "Sundance IPG ..." to the modulname (ipg)
3
4 diff -Naur linux-3.2.33.org/drivers/net/ethernet/icplus/ipg.c linux-3.2.33/drivers/net/ethernet/icplus/ipg.c
5 --- linux-3.2.33.org/drivers/net/ethernet/icplus/ipg.c 2012-10-31 00:27:11.000000000 +0100
6 +++ linux-3.2.33/drivers/net/ethernet/icplus/ipg.c 2012-11-05 20:02:36.529101528 +0100
7 @@ -2304,7 +2304,7 @@
8 }
9
10 static struct pci_driver ipg_pci_driver = {
11 - .name = IPG_DRIVER_NAME,
12 + .name = DRV_NAME,
13 .id_table = ipg_pci_tbl,
14 .probe = ipg_probe,
15 .remove = __devexit_p(ipg_remove),