]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ide: unexport ide_fix_driveid
authorAdrian Bunk <bunk@kernel.org>
Mon, 5 Nov 2007 20:42:26 +0000 (21:42 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 5 Nov 2007 20:42:26 +0000 (21:42 +0100)
ide_fix_driveid can now be unexported.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-iops.c

index dcda0f109df5a31eec201d3b3bbca2109f81748f..b3d91796805ee0acc50a19948cdbb79115c360cc 100644 (file)
@@ -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 */