| commit | a2c465db9d5577b601e9b5a4bebc87fdea1ccabe | [log] [tgz] |
|---|---|---|
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Thu Apr 02 01:17:36 2009 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 01:17:36 2009 -0700 |
| tree | 0d0af75ee28f64f5093b6cc0f9d13bdba00e0bf4 | |
| parent | 9961d84270ce1d5f4c662382acf0b418a3ff6a0f [diff] |
tc35815: Fix build error if NAPI enabled
This driver contains experimental NAPI code disabled by default.
The commit bea3348ee ("[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>