From: Ivan Vecera Date: Thu, 11 Jun 2015 13:52:23 +0000 (+0200) Subject: bna: remove paused from bna_rx_config and flags from bna_rxf X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~78^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7548e6725656d007798b78676bc1d863a89583c;p=pandora-kernel.git bna: remove paused from bna_rx_config and flags from bna_rxf The bna_rx_config struct member paused can be removed as it is never written and as it cannot have non-zero value the bna_rxf struct member flags also cannot have BNA_RXF_F_PAUSED value and is always zero. So the flags member can be removed as well as bna_rxf_flags enum and the code-paths that needs to have non-zero bna_rxf->flags. This clean-up makes bna_rxf_sm_paused state unsed and can be also removed. Signed-off-by: David S. Miller --- Reading git-diff-tree failed