Skip to content

Commit

Permalink
drivers/ide/ide-dma.c: unexport ide_set_dma
Browse files Browse the repository at this point in the history
ide_set_dma no longer has any modular user.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Jul 9, 2007
1 parent bdab00b commit 27a278a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ide/ide-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,6 @@ int ide_set_dma(ide_drive_t *drive)
return rc;
}

EXPORT_SYMBOL_GPL(ide_set_dma);

#ifdef CONFIG_BLK_DEV_IDEDMA_PCI
void ide_dma_lost_irq (ide_drive_t *drive)
{
Expand Down

0 comments on commit 27a278a

Please sign in to comment.