mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
parisc: eisa: Convert HP EISA bus driver to use arch_initcall()
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -400,10 +400,11 @@ static struct parisc_driver eisa_driver __refdata = {
|
||||
.probe = eisa_probe,
|
||||
};
|
||||
|
||||
void __init parisc_eisa_init(void)
|
||||
static int __init parisc_eisa_init(void)
|
||||
{
|
||||
register_parisc_driver(&eisa_driver);
|
||||
return register_parisc_driver(&eisa_driver);
|
||||
}
|
||||
arch_initcall(parisc_eisa_init);
|
||||
|
||||
|
||||
static unsigned int eisa_irq_configured;
|
||||
|
||||
Reference in New Issue
Block a user