Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4067
b: refs/heads/master
c: ddbc9fb
h: refs/heads/master
i:
  4065: 76de1ba
  4063: 4a6b452
v: v3
  • Loading branch information
Herbert Xu authored and Bartlomiej Zolnierkiewicz committed Jul 3, 2005
1 parent 270b41f commit 469748b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 88de8e996f16b958721368ed9b4fd4e29cdb923e
refs/heads/master: ddbc9fb47252f9b6966bfe9b0aa27bfeaa585cca
8 changes: 4 additions & 4 deletions trunk/drivers/ide/pci/cy82c693.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static void cy82c693_tune_drive (ide_drive_t *drive, u8 pio)
/*
* this function is called during init and is used to setup the cy82c693 chip
*/
static unsigned int __init init_chipset_cy82c693(struct pci_dev *dev, const char *name)
static unsigned int __devinit init_chipset_cy82c693(struct pci_dev *dev, const char *name)
{
if (PCI_FUNC(dev->devfn) != 1)
return 0;
Expand Down Expand Up @@ -443,7 +443,7 @@ static unsigned int __init init_chipset_cy82c693(struct pci_dev *dev, const char
/*
* the init function - called for each ide channel once
*/
static void __init init_hwif_cy82c693(ide_hwif_t *hwif)
static void __devinit init_hwif_cy82c693(ide_hwif_t *hwif)
{
hwif->autodma = 0;

Expand All @@ -467,9 +467,9 @@ static void __init init_hwif_cy82c693(ide_hwif_t *hwif)
hwif->drives[1].autodma = hwif->autodma;
}

static __initdata ide_hwif_t *primary;
static __devinitdata ide_hwif_t *primary;

void __init init_iops_cy82c693(ide_hwif_t *hwif)
void __devinit init_iops_cy82c693(ide_hwif_t *hwif)
{
if (PCI_FUNC(hwif->pci_dev->devfn) == 1)
primary = hwif;
Expand Down

0 comments on commit 469748b

Please sign in to comment.