projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3c868
)
ide: unexport ide_wait_not_busy()
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:53 +0000
(17:20 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Tue, 6 Jan 2009 16:20:53 +0000
(17:20 +0100)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-iops.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide-iops.c
b/drivers/ide/ide-iops.c
index 44ad03bf9cb4256c114be237999540e8c0ca868a..1bcb9484f49e6477a1178f3de1768485cae44a60 100644
(file)
--- 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);
-