tc86c001: add missing __init tag for tc86c001_ide_init()

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent ba59c4b8
......@@ -298,7 +298,7 @@ static struct pci_driver driver = {
.probe = tc86c001_init_one
};
static int tc86c001_ide_init(void)
static int __init tc86c001_ide_init(void)
{
return ide_pci_register_driver(&driver);
}
......
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