Skip to content

Commit c808002

Browse files
committed
parisc: dino: Make dino_init() returning void
Signed-off-by: Helge Deller <[email protected]>
1 parent 1d72e83 commit c808002

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/parisc/dino.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,8 @@ static struct parisc_driver dino_driver __refdata = {
10861086
* This is the only routine which is NOT static.
10871087
* Must be called exactly once before pci_init().
10881088
*/
1089-
int __init dino_init(void)
1089+
void __init dino_init(void)
10901090
{
10911091
register_parisc_driver(&dino_driver);
1092-
return 0;
10931092
}
10941093

0 commit comments

Comments
 (0)