]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hp100: fix conditional compilation mess
authorJeff Garzik <jeff@garzik.org>
Tue, 3 Oct 2006 01:08:22 +0000 (21:08 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 02:46:18 +0000 (19:46 -0700)
commit336987acdbd8b6ad2177c858e8adacd0462c8da0
tree9069d85accaa56a91ce0f8d86be581f25a9f8177
parentee3779602f3595a48071869546382aa4e6811f55
[PATCH] hp100: fix conditional compilation mess

The previous hp100 changeset attempted to kill warnings, but was only
tested on !CONFIG_ISA platforms.  The correct conditional compilation
setup involves tested CONFIG_ISA rather than just MODULE.

Fixes link on CONFIG_ISA platforms (i386) in current -git.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/Space.c
drivers/net/hp100.c