From 3e264ffc831e70c4a3ecc8c2eeb5bfbc1c8a30d3 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Mon, 19 Jan 2015 13:32:58 +0000 Subject: [PATCH] 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-format-patch failed