Skip to content

Commit

Permalink
tc86c001: init_hwif_tc86c001() can be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Feb 7, 2007
1 parent 33dced2 commit e8ab7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/pci/tc86c001.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);;
Expand Down

0 comments on commit e8ab7f5

Please sign in to comment.