From: Colin Ian King Date: Mon, 19 Jan 2015 13:32:58 +0000 (+0000) Subject: USB: mos7840: remove unused code X-Git-Tag: fixes-v4.0-rc1~102^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e264ffc831e70c4a3ecc8c2eeb5bfbc1c8a30d3;p=pandora-kernel.git USB: mos7840: remove unused code There is old, unused code that is #defined out by the use of NOTMOS7840 and NOTMCS7840 - these are not defined anywhere. If NOTMOS7840 is defined then the code will break on null pointer dereferences on mos7840_port. So the code is currently unused, and broken anyway, so why not just remove it. Signed-off-by: Colin Ian King Signed-off-by: Johan Hovold --- Reading git-diff-tree failed