diff options
Diffstat (limited to 'drivers/parisc/dino.c')
| -rw-r--r-- | drivers/parisc/dino.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 2f2dbef2c3b..8c61705e67a 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -1027,9 +1027,9 @@ static struct parisc_device_id dino_tbl[] = {  };  static struct parisc_driver dino_driver = { -	.name =		"Dino", +	.name =		"dino",  	.id_table =	dino_tbl, -	.probe =	dino_driver_callback, +	.probe =	dino_probe,  };  /*  |