[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)
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>

No differences found