diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 44ad03bf9cb4256c114be237999540e8c0ca868a..1bcb9484f49e6477a1178f3de1768485cae44a60 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); -