Commit ba59c4b8 authored by Andrew Morton's avatar Andrew Morton Committed by Bartlomiej Zolnierkiewicz

tc86c001: mark init_chipset_tc86c001() with __devinit tag

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent e8ab7f53
......@@ -260,7 +260,8 @@ static void __devinit init_hwif_tc86c001(ide_hwif_t *hwif)
hwif->drives[0].autodma = hwif->drives[1].autodma = hwif->autodma;
}
static unsigned int init_chipset_tc86c001(struct pci_dev *dev, const char *name)
static unsigned int __devinit init_chipset_tc86c001(struct pci_dev *dev,
const char *name)
{
int err = pci_request_region(dev, 5, name);
......
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