Commit c8080024 authored by Helge Deller's avatar Helge Deller

parisc: dino: Make dino_init() returning void

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 1d72e83d
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment