From: Jean Delvare Date: Sun, 22 Jan 2006 11:28:57 +0000 (+0100) Subject: [PATCH] I2C: fix sx200_acb build on other arches X-Git-Tag: v2.6.17-rc1~997^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf263f1c59cad9b1567e759890b9be044972856;p=pandora-kernel.git [PATCH] I2C: fix sx200_acb build on other arches scx200_acb is only useful on a few Geode-based systems, and won't compile on non-x86 systems due to the lack of asm/msr.h, as reported by Andrew Morton. Thus, we should make that driver depend on X86. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed