[2.6 patch] unexport ide_fix_driveid

2007-10-27 Thread Adrian Bunk
ide_fix_driveid can now be unexported.

Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---
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 */

-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [2.6 patch] unexport ide_fix_driveid

2007-10-27 Thread Alan Cox
On Sat, Oct 27, 2007 at 04:18:33PM +0200, Adrian Bunk wrote:
 ide_fix_driveid can now be unexported.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

Acked-by: Alan Cox [EMAIL PROTECTED]

--
Where small clearances exist, controls are required to
 prevent these clearances becoming negative
- How a standards body describes not crashing

-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [2.6 patch] unexport ide_fix_driveid

2007-10-27 Thread Bartlomiej Zolnierkiewicz
On Saturday 27 October 2007, Adrian Bunk wrote:
 ide_fix_driveid can now be unexported.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

applied
-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html