mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-06 21:16:10 +02:00
16 lines
557 B
Diff
16 lines
557 B
Diff
Patch by Arne Fitzenreiter <arne_f@ipfire.org>
|
|
Fix PHYSDEVDRIVER from "Sundance IPG ..." to the modulname (ipg)
|
|
|
|
diff -Naur linux-2.6.32.27.org/drivers/net/ipg.c linux-2.6.32.27/drivers/net/ipg.c
|
|
--- linux-2.6.32.27.org/drivers/net/ipg.c 2010-12-09 22:29:45.000000000 +0100
|
|
+++ linux-2.6.32.27/drivers/net/ipg.c 2010-12-25 00:24:29.291637731 +0100
|
|
@@ -2320,7 +2320,7 @@
|
|
}
|
|
|
|
static struct pci_driver ipg_pci_driver = {
|
|
- .name = IPG_DRIVER_NAME,
|
|
+ .name = DRV_NAME,
|
|
.id_table = ipg_pci_tbl,
|
|
.probe = ipg_probe,
|
|
.remove = __devexit_p(ipg_remove),
|