]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[ipfire-2.x.git] / src / patches / linux-2.6.32.27_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-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),