Skip to content

Commit

Permalink
tc86c001: add missing __init tag for tc86c001_ide_init()
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 7, 2007
1 parent ba59c4b commit a534b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/pci/tc86c001.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a534b68

Please sign in to comment.