mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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:
parent
33dced2ea5
commit
e8ab7f536f
@ -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);;
|
||||
|
Loading…
Reference in New Issue
Block a user