From: Adrian Bunk Date: Sat, 4 Feb 2006 23:37:47 +0000 (+0100) Subject: [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific code X-Git-Tag: v2.6.16-rc5~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9f6713ae59f319ed676c2d014a7756b62f1c51;p=pandora-kernel.git [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific code drivers/net/tlan.c compiles with CONFIG_PCI=n only with a warning and due to the dead code elimination of gcc. Additionally, this fixes the only compile error I found with CONFIG_PCI=n and the gcc -Werror-implicit-function-declaration flag on i386. Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed