From: Keith Owens Date: Tue, 13 Sep 2005 05:05:13 +0000 (+1000) Subject: [PATCH] Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLER X-Git-Tag: v2.6.14-rc2~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be034b68acab61d6878431593203fc1b10d10ab;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed