]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch
Merge remote-tracking branch 'origin/next' into thirteen
[ipfire-2.x.git] / src / patches / linux-2.6.32.27_ipg-fix-driver-name.patch
CommitLineData
9256a1df
AF
1Patch by Arne Fitzenreiter <arne_f@ipfire.org>
2Fix PHYSDEVDRIVER from "Sundance IPG ..." to the modulname (ipg)
3
4diff -Naur linux-2.6.32.27.org/drivers/net/ipg.c linux-2.6.32.27/drivers/net/ipg.c
5--- linux-2.6.32.27.org/drivers/net/ipg.c 2010-12-09 22:29:45.000000000 +0100
6+++ linux-2.6.32.27/drivers/net/ipg.c 2010-12-25 00:24:29.291637731 +0100
7@@ -2320,7 +2320,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),