commit | ad9f6713ae59f319ed676c2d014a7756b62f1c51 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sun Feb 05 00:37:47 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Feb 24 00:20:08 2006 -0500 |
tree | ac693004a23586ab8294c46a0eb19903547aa518 | |
parent | 22fe472cb430ce45c4fb9b6d13060dd724d6dbc8 [diff] |
[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 <bunk@stusta.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>