From: Bartlomiej Zolnierkiewicz Date: Tue, 6 Jan 2009 16:20:53 +0000 (+0100) Subject: ide: unexport ide_wait_not_busy() X-Git-Tag: v2.6.29-rc1~231^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=585e9715c271f7ef171813eb49febf27dea75887;p=karo-tx-linux.git ide: unexport ide_wait_not_busy() Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 44ad03bf9cb4..1bcb9484f49e 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -1217,6 +1217,3 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) } return -EBUSY; } - -EXPORT_SYMBOL_GPL(ide_wait_not_busy); -