commit | 7525d4bf991879f489c59988cbf162558b9d6489 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Mon Oct 02 21:08:22 2006 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 02 19:46:18 2006 -0700 |
tree | 9069d85accaa56a91ce0f8d86be581f25a9f8177 | |
parent | 0e4a523fa3981f20c3887803cebef1ad2948a0d4 [diff] |
[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>