From: Johan Hovold Date: Thu, 21 Mar 2013 11:37:14 +0000 (+0100) Subject: USB: mos7720: remove broken get_icount and TIOCMIWAIT X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35711578044076d00d396cb6787d3cc593a4c35a;p=pandora-kernel.git USB: mos7720: remove broken get_icount and TIOCMIWAIT Remove broken get_icount and TIOCMIWAIT support. The driver has an icount structure but it is never been updated which makes get_icount rather pointless and causes TIOCMIWAIT to always return -EIO. Note that the TIOCMIWAIT implementation has always been broken and would not work even if icount support was added as it does not wait for the modem status to change (does not use a work queue at all). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed