dect
/
linux-2.6
Archived
13
0
Fork 0

tc86c001: init_hwif_tc86c001() can be static

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
Adrian Bunk 2007-02-07 18:18:52 +01:00 committed by Bartlomiej Zolnierkiewicz
parent 33dced2ea5
commit e8ab7f536f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ fast_ata_pio:
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);;