commit | cdf263f1c59cad9b1567e759890b9be044972856 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 22 12:28:57 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Mar 23 14:21:50 2006 -0800 |
tree | d5fa705326c9253e4949577adeffcb8b7853e0e7 | |
parent | a417bbd33b2ed7a3b2bc78cbadb820079d453328 [diff] |
[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 <khali@linux-fr.org>