From: Matthias Beyer Date: Mon, 30 Jun 2014 08:10:04 +0000 (+0200) Subject: Staging: bcm: InterfaceRx.c: Removed unused variable X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8139b8d5358e873d90db1ccb54ed0b2c0611febc;p=pandora-kernel.git Staging: bcm: InterfaceRx.c: Removed unused variable This patch removes the `process_done` variable from both format_eth_hdr_to_stack() and read_bulk_callback() (where it is declared), as it is not used anywhere (it is set in the format_eth_hdr_to_stack() function, but afterwards not used). Acked-by: Kevin McKinney Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed