mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
parisc: dino: Make dino_init() returning void
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
1d72e83d63
commit
c8080024e0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user