]> git.baikalelectronics.ru Git - kernel.git/commit
tc35815: Fix build error if NAPI enabled
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 2 Apr 2009 08:17:36 +0000 (01:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2009 08:17:36 +0000 (01:17 -0700)
commit98c4d2c79cafb7f38c98fbb48385f63e31271a0b
tree0d0af75ee28f64f5093b6cc0f9d13bdba00e0bf4
parent7be858d5ea5b061a125d3beb6441ae56e0a94ccd
tc35815: Fix build error if NAPI enabled

This driver contains experimental NAPI code disabled by default.
The commit 32c08174f ("[NET]: Make NAPI polling independent of struct
net_device objects.") converted the NAPI path of this driver but that
conversion was not complete.  This patch fixes a build error
introduced by the commit.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tc35815.c