tc86c001: mark init_chipset_tc86c001() with __devinit tag
Signed-off-by: Andrew Morton <akpm@osdl.org> Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Cc: Adrian Bunk <bunk@stusta.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
Родитель
e8ab7f536f
Коммит
ba59c4b84a
|
@ -260,7 +260,8 @@ static void __devinit init_hwif_tc86c001(ide_hwif_t *hwif)
|
||||||
hwif->drives[0].autodma = hwif->drives[1].autodma = hwif->autodma;
|
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);
|
int err = pci_request_region(dev, 5, name);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче