1
0
Fork 0

tc35815: Enable NAPI

This driver has NAPI code but it has been disabled.  Enable it now.
The non-napi code will be removed lator.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Atsushi Nemoto 2009-10-26 03:46:22 +00:00 committed by David S. Miller
parent 02c5c8ec17
commit b75c6dbb45
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* All Rights Reserved.
*/
#define TC35815_NAPI
#ifdef TC35815_NAPI
#define DRV_VERSION "1.38-NAPI"
#else