econet: Fix redeclaration of symbol len
authorHagen Paul Pfeifer <hagen@jauu.net>
Wed, 7 Oct 2009 21:43:04 +0000 (14:43 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:55:33 +0000 (15:55 -0700)
commit8200a2e148cb2c01ef8a1ee77fd893227b4e15d4
tree10b680f3a19cb6d5e6ed08e746ffb2d08531649f
parent46e8f021c9864285e6bc223f9ef61bc72e77d07a
econet: Fix redeclaration of symbol len

commit 9e8342971d44ce86d8567047f5366fc1c06a75ed upstream.

Function argument len was redeclarated within the
function. This patch fix the redeclaration of symbol 'len'.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
[Adjusted to apply to 2.6.32 by dann frazier <dannf@debian.org>]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/econet/af_econet.c