mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
parisc: dino: Make dino_init() returning void
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user