diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:16 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:16 -0400 |
commit | e53cd458d593c88247b8a7b2754d0e8055869670 (patch) | |
tree | 27076f0f9a1a334cf8ab3794a63f8b1f020adbd6 /drivers/ide/arm | |
parent | e5e076a3540af0ed7b6491d1593396c99adbfbe1 (diff) |
ide: remove ->noprobe field from ide_hwif_t
Update IDE PMAC host driver to use drive->noprobe instead of hwif->noprobe
and remove hwif->noprobe completely (it is always set to zero now).
There should be no functional changes caused by this patch.
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/arm')
-rw-r--r-- | drivers/ide/arm/icside.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/arm/icside.c b/drivers/ide/arm/icside.c index b219818a400a..51d4efb4d794 100644 --- a/drivers/ide/arm/icside.c +++ b/drivers/ide/arm/icside.c | |||
@@ -424,7 +424,6 @@ icside_setup(void __iomem *base, struct cardinfo *info, struct expansion_card *e | |||
424 | } | 424 | } |
425 | hwif->io_ports[IDE_CONTROL_OFFSET] = (unsigned long)base + info->ctrloffset; | 425 | hwif->io_ports[IDE_CONTROL_OFFSET] = (unsigned long)base + info->ctrloffset; |
426 | hwif->irq = ec->irq; | 426 | hwif->irq = ec->irq; |
427 | hwif->noprobe = 0; | ||
428 | hwif->chipset = ide_acorn; | 427 | hwif->chipset = ide_acorn; |
429 | hwif->gendev.parent = &ec->dev; | 428 | hwif->gendev.parent = &ec->dev; |
430 | hwif->dev = &ec->dev; | 429 | hwif->dev = &ec->dev; |