diff options
Diffstat (limited to 'drivers/macintosh/macio_asic.c')
| -rw-r--r-- | drivers/macintosh/macio_asic.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index 40390ac0130..b6e7ddc09d7 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)  int macio_register_driver(struct macio_driver *drv)  {  	/* initialize common driver fields */ -	drv->driver.name = drv->name;  	drv->driver.bus = &macio_bus_type;  	/* register with core */  |