USB: isd200: sort out USB/IDE dependancy mess
commit3794ade5b286cbd4551009dd341dbe9aeead2bc3
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Mon, 15 Oct 2007 14:08:11 +0000 (15 15:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 25 Oct 2007 19:18:43 +0000 (25 12:18 -0700)
tree015dca8e45fb49168516825c71daa255b179dc5f
parentc93d46509e7aee7d58680c4c8a12cfbe98df98cb
USB: isd200: sort out USB/IDE dependancy mess

The ISD200 driver imports a single trivial routine from the IDE layer and
in doing so creates a mess of dependancies that drag in the entire old
IDE layer. Even more sad - it does this for a routine which is usually
(little endian) a null function!

- Copy the function into ISD200
- Rename it so it doesn't clash with the ide header prototype
- Remove all the depend constraints

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/storage/Kconfig
drivers/usb/storage/isd200.c