Skip to content

Commit

Permalink
ide: fix comment in init_irq()
Browse files Browse the repository at this point in the history
APUS support is gone...

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 10, 2008
1 parent 4280094 commit e1771e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ static int init_irq (ide_hwif_t *hwif)
int sa = 0;
#if defined(__mc68000__)
sa = IRQF_SHARED;
#endif /* __mc68000__ || CONFIG_APUS */
#endif /* __mc68000__ */

if (IDE_CHIPSET_IS_PCI(hwif->chipset))
sa = IRQF_SHARED;
Expand Down

0 comments on commit e1771e2

Please sign in to comment.