Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1011
b: refs/heads/master
c: 2b0c4be
h: refs/heads/master
i:
  1009: 6505013
  1007: db6455f
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 5, 2005
1 parent 210b05e commit 752908c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b7e4e85337060354f8b860cc38066725559313a4
refs/heads/master: 2b0c4bed77041bf64e26b502cd2a767e355c3342
6 changes: 3 additions & 3 deletions trunk/drivers/ide/pci/sis5513.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static int sis5513_config_xfer_rate (ide_drive_t *drive)
*/

/* Chip detection and general config */
static unsigned int __init init_chipset_sis5513 (struct pci_dev *dev, const char *name)
static unsigned int __devinit init_chipset_sis5513 (struct pci_dev *dev, const char *name)
{
struct pci_dev *host;
int i = 0;
Expand Down Expand Up @@ -879,7 +879,7 @@ static unsigned int __init init_chipset_sis5513 (struct pci_dev *dev, const char
return 0;
}

static unsigned int __init ata66_sis5513 (ide_hwif_t *hwif)
static unsigned int __devinit ata66_sis5513 (ide_hwif_t *hwif)
{
u8 ata66 = 0;

Expand All @@ -897,7 +897,7 @@ static unsigned int __init ata66_sis5513 (ide_hwif_t *hwif)
return ata66;
}

static void __init init_hwif_sis5513 (ide_hwif_t *hwif)
static void __devinit init_hwif_sis5513 (ide_hwif_t *hwif)
{
hwif->autodma = 0;

Expand Down

0 comments on commit 752908c

Please sign in to comment.