提交 e8ab7f53 编写于 作者: A Adrian Bunk 提交者: Bartlomiej Zolnierkiewicz

tc86c001: init_hwif_tc86c001() can be static

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 33dced2e
......@@ -204,7 +204,7 @@ static int tc86c001_config_drive_xfer_rate(ide_drive_t *drive)
return 0;
}
void __devinit init_hwif_tc86c001(ide_hwif_t *hwif)
static void __devinit init_hwif_tc86c001(ide_hwif_t *hwif)
{
unsigned long sc_base = pci_resource_start(hwif->pci_dev, 5);
u16 scr1 = hwif->INW(sc_base + 0x00);;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册