[PATCH] Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLER
authorKeith Owens <kaos@sgi.com>
Tue, 13 Sep 2005 05:05:13 +0000 (15:05 +1000)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 14 Sep 2005 12:04:02 +0000 (08:04 -0400)
commit3be034b68acab61d6878431593203fc1b10d10ab
tree7359eea26fc734f5256d9bf89645df21648a23d4
parent6b4d617d154a1cf51015f7d3db158835d2235768
[PATCH] Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLER

xircom_cb.c does #if CONFIG_NET_POLL_CONTROLLER instead of #ifdef,
resulting in drivers/net/tulip/xircom_cb.c:120:5: warning:
"CONFIG_NET_POLL_CONTROLLER" is not defined.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/tulip/xircom_cb.c