From: Alan Cox Date: Mon, 15 Oct 2007 14:08:11 +0000 (+0100) Subject: USB: isd200: sort out USB/IDE dependancy mess X-Git-Tag: v2.6.24-rc2~136^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3794ade5b286cbd4551009dd341dbe9aeead2bc3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed