From: Nandini Hanumanthagowda Date: Sat, 12 Oct 2013 16:20:02 +0000 (+0530) Subject: staging: vt6656: Removed redundant code from iwctl file X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f19454f877342850f55efc59f54a53fa89b3e1de;p=pandora-kernel.git staging: vt6656: Removed redundant code from iwctl file There was one line which was added twice in the definition of iwctl_handler and hence was redundant. It was defined at line nos 1798 and 1818. Removed the code at line 1818. The redundant code was: IW_HANDLER(SIOCSIWMLME, iwctl_siwmlme) which was defined twice. Signed-off-by: Nandini Hanumanthagowda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed