commit | b5a48daddc88fa0467a6ba371fcff0710781bf11 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Sun Apr 24 12:28:35 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Apr 24 12:28:35 2005 -0700 |
tree | 2f9fd369478420e4c5151f7ff2443018eb681fe6 | |
parent | e3b9ab1a6da339312bb23747693805fa63e2ffd0 [diff] |
[PATCH] broken dependency for I2C_MPC All boards dealt with by I2C_MPC are 32bit. Moreover, driver simply won't build on ppc64 - it uses ppc32-only types all over the place. Dependency fixed - it's PPC32, not PPC. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>