aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/ide-iops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index dcda0f109df5..b3d91796805e 100644
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -403,9 +403,6 @@ void ide_fix_driveid (struct hd_driveid *id)
403#endif 403#endif
404} 404}
405 405
406/* FIXME: exported for use by the USB storage (isd200.c) code only */
407EXPORT_SYMBOL(ide_fix_driveid);
408
409void ide_fixstring (u8 *s, const int bytecount, const int byteswap) 406void ide_fixstring (u8 *s, const int bytecount, const int byteswap)
410{ 407{
411 u8 *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */ 408 u8 *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */