diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-06-15 15:00:23 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-06-15 15:00:23 -0400 |
commit | 5b16464ac32a92c2332030d11ec445bddeb141fa (patch) | |
tree | ad3afd607009e41ccf5aa3b46bf33187cd12bbf5 /drivers | |
parent | 07a6c66da53f646a39103290bfbd85be18892895 (diff) |
ide-pmac: remove bogus comment about pmac_ide_setup_device()
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/ppc/pmac.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c index 7f669a997aa6..ba2d58727964 100644 --- a/drivers/ide/ppc/pmac.c +++ b/drivers/ide/ppc/pmac.c | |||
@@ -978,10 +978,7 @@ static const struct ide_port_info pmac_port_info = { | |||
978 | 978 | ||
979 | /* | 979 | /* |
980 | * Setup, register & probe an IDE channel driven by this driver, this is | 980 | * Setup, register & probe an IDE channel driven by this driver, this is |
981 | * called by one of the 2 probe functions (macio or PCI). Note that a channel | 981 | * called by one of the 2 probe functions (macio or PCI). |
982 | * that ends up beeing free of any device is not kept around by this driver | ||
983 | * (it is kept in 2.4). This introduce an interface numbering change on some | ||
984 | * rare machines unfortunately, but it's better this way. | ||
985 | */ | 982 | */ |
986 | static int __devinit | 983 | static int __devinit |
987 | pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw) | 984 | pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw) |