diff options
-rw-r--r-- | drivers/parisc/dino.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index e33036281327..2c36f3e027c2 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -1086,9 +1086,8 @@ static struct parisc_driver dino_driver __refdata = { * This is the only routine which is NOT static. * Must be called exactly once before pci_init(). */ -int __init dino_init(void) +void __init dino_init(void) { register_parisc_driver(&dino_driver); - return 0; } |