commit | 3e264ffc831e70c4a3ecc8c2eeb5bfbc1c8a30d3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jan 19 13:32:58 2015 +0000 |
committer | Johan Hovold <johan@kernel.org> | Mon Jan 19 15:58:16 2015 +0100 |
tree | 9de8c12e3a14e63bae8cf52b6ea13bda4d49026a | |
parent | 46dc0fc4befac07e71621d122a72194d2ae61c36 [diff] |
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 <colin.king@canonical.com> Signed-off-by: Johan Hovold <johan@kernel.org>