Skip to content

Commit

Permalink
ide: unexport ide_fix_driveid
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AdrianBunk authored and bzolnier committed Nov 5, 2007
1 parent 127ba28 commit 6d5dd21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/ide/ide-iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6d5dd21

Please sign in to comment.