Staging: benet: build is broken unless CONFIG_NETPOLL is enabled
So disable the driver in that build situation and document that this needs to be fixed. Cc: Subbu Seetharaman <subbus@serverengines.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
0252e5c691
Коммит
2774de17ba
|
@ -1,6 +1,6 @@
|
||||||
config BENET
|
config BENET
|
||||||
tristate "ServerEngines 10Gb NIC - BladeEngine"
|
tristate "ServerEngines 10Gb NIC - BladeEngine"
|
||||||
depends on PCI && INET
|
depends on PCI && INET && NETPOLL
|
||||||
select INET_LRO
|
select INET_LRO
|
||||||
help
|
help
|
||||||
This driver implements the NIC functionality for ServerEngines
|
This driver implements the NIC functionality for ServerEngines
|
||||||
|
|
|
@ -3,6 +3,7 @@ TODO:
|
||||||
- fix minor checkpatch.pl issues
|
- fix minor checkpatch.pl issues
|
||||||
- remove wrappers around common iowrite functions
|
- remove wrappers around common iowrite functions
|
||||||
- full netdev audit of common problems/issues
|
- full netdev audit of common problems/issues
|
||||||
|
- fix build errors when CONFIG_NETPOLL is not enabled
|
||||||
|
|
||||||
Please send all patches and questions to Subbu Seetharaman
|
Please send all patches and questions to Subbu Seetharaman
|
||||||
<subbus@serverengines.com> and Greg Kroah-Hartman <greg@kroah.com>
|
<subbus@serverengines.com> and Greg Kroah-Hartman <greg@kroah.com>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче