Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4068
b: refs/heads/master
c: a380a88
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and Bartlomiej Zolnierkiewicz committed Jul 3, 2005
1 parent 469748b commit 3e186fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddbc9fb47252f9b6966bfe9b0aa27bfeaa585cca
refs/heads/master: a380a8849f90ba81a5ff0c325fd5d8125c70b3bb
4 changes: 2 additions & 2 deletions trunk/drivers/ide/pci/it8172.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static int it8172_config_drive_xfer_rate (ide_drive_t *drive)
return 0;
}

static unsigned int __init init_chipset_it8172 (struct pci_dev *dev, const char *name)
static unsigned int __devinit init_chipset_it8172 (struct pci_dev *dev, const char *name)
{
unsigned char progif;

Expand All @@ -230,7 +230,7 @@ static unsigned int __init init_chipset_it8172 (struct pci_dev *dev, const char
}


static void __init init_hwif_it8172 (ide_hwif_t *hwif)
static void __devinit init_hwif_it8172 (ide_hwif_t *hwif)
{
struct pci_dev* dev = hwif->pci_dev;
unsigned long cmdBase, ctrlBase;
Expand Down

0 comments on commit 3e186fc

Please sign in to comment.