[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080128220844.GG8767@does.not.exist>
Date: Tue, 29 Jan 2008 00:08:44 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
Sergei Shtylyov <sshtylyov@...mvista.com>
Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: [2.6 patch] unexport ide_dma_on
ide_dma_on can be unexported.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
38b0717b827649511b15fbef6f98c891eda835ff
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 5bf3203..15f8c6a 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -474,8 +474,6 @@ void ide_dma_on(ide_drive_t *drive)
drive->hwif->dma_host_set(drive, 1);
}
-EXPORT_SYMBOL(ide_dma_on);
-
#ifdef CONFIG_BLK_DEV_IDEDMA_PCI
/**
* ide_dma_setup - begin a DMA phase
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists