From: Jeff Garzik Date: Tue, 3 Oct 2006 01:08:22 +0000 (-0400) Subject: [PATCH] hp100: fix conditional compilation mess X-Git-Tag: v2.6.19-rc1~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7525d4bf991879f489c59988cbf162558b9d6489;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed