aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/macio_asic.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/macintosh/macio_asic.c')
-rw-r--r--drivers/macintosh/macio_asic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c
index 40390ac01309..b6e7ddc09d76 100644
--- a/drivers/macintosh/macio_asic.c
+++ b/drivers/macintosh/macio_asic.c
@@ -526,7 +526,6 @@ static void macio_pci_add_devices(struct macio_chip *chip)
526int macio_register_driver(struct macio_driver *drv) 526int macio_register_driver(struct macio_driver *drv)
527{ 527{
528 /* initialize common driver fields */ 528 /* initialize common driver fields */
529 drv->driver.name = drv->name;
530 drv->driver.bus = &macio_bus_type; 529 drv->driver.bus = &macio_bus_type;
531 530
532 /* register with core */ 531 /* register with core */