Re: [-mm patch] drivers/ide/ide-dma.c: unexport ide_set_dma

2007-06-15 Thread Bartlomiej Zolnierkiewicz
On Friday 15 June 2007, Adrian Bunk wrote:
> ide_set_dma no longer has any modular user.
> 
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

applied
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[-mm patch] drivers/ide/ide-dma.c: unexport ide_set_dma

2007-06-14 Thread Adrian Bunk
ide_set_dma no longer has any modular user.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---
--- linux-2.6.22-rc4-mm2/drivers/ide/ide-dma.c.old  2007-06-14 
23:52:30.0 +0200
+++ linux-2.6.22-rc4-mm2/drivers/ide/ide-dma.c  2007-06-14 23:52:38.0 
+0200
@@ -847,8 +847,6 @@
return rc;
 }
 
-EXPORT_SYMBOL_GPL(ide_set_dma);
-
 #ifdef CONFIG_BLK_DEV_IDEDMA_PCI
 void ide_dma_lost_irq (ide_drive_t *drive)
 {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/