* [2.6 patch] unexport ide_fix_driveid
@ 2007-10-27 14:18 Adrian Bunk
2007-10-27 15:27 ` Alan Cox
2007-10-27 15:58 ` Bartlomiej Zolnierkiewicz
0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-10-27 14:18 UTC (permalink / raw)
To: Alan Cox, bzolnier; +Cc: linux-ide, linux-kernel
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 */
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [2.6 patch] unexport ide_fix_driveid
2007-10-27 14:18 [2.6 patch] unexport ide_fix_driveid Adrian Bunk
@ 2007-10-27 15:27 ` Alan Cox
2007-10-27 15:58 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2007-10-27 15:27 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Alan Cox, bzolnier, linux-ide, linux-kernel
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 <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
--
"Where small clearances exist, controls are required to
prevent these clearances becoming negative"
- How a standards body describes "not crashing"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] unexport ide_fix_driveid
2007-10-27 14:18 [2.6 patch] unexport ide_fix_driveid Adrian Bunk
2007-10-27 15:27 ` Alan Cox
@ 2007-10-27 15:58 ` Bartlomiej Zolnierkiewicz
1 sibling, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-10-27 15:58 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Alan Cox, linux-ide, linux-kernel
On Saturday 27 October 2007, Adrian Bunk wrote:
> ide_fix_driveid can now be unexported.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-27 15:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 14:18 [2.6 patch] unexport ide_fix_driveid Adrian Bunk
2007-10-27 15:27 ` Alan Cox
2007-10-27 15:58 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).