[2.6 patch] unexport ide_fix_driveid

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alan Cox <alan@...>, <bzolnier@...>
Cc: <linux-ide@...>, <linux-kernel@...>
Date: Saturday, October 27, 2007 - 10:18 am

ide_fix_driveid can now be unexported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
627c730e21e5010a5bdb1f4f9968cfd5e0b4df2a 
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index 9516883..d3c5672 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)
 #endif
 }
 
-/* FIXME: exported for use by the USB storage (isd200.c) code only */
-EXPORT_SYMBOL(ide_fix_driveid);
-
 void ide_fixstring (u8 *s, const int bytecount, const int byteswap)
 {
 	u8 *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] unexport ide_fix_driveid, Adrian Bunk, (Sat Oct 27, 10:18 am)
Re: [2.6 patch] unexport ide_fix_driveid, Bartlomiej Zolnierkiewicz..., (Sat Oct 27, 11:58 am)
Re: [2.6 patch] unexport ide_fix_driveid, Alan Cox, (Sat Oct 27, 11:27 am)