From: Thierry Reding Date: Wed, 18 Sep 2013 12:51:40 +0000 (+0200) Subject: i2c: mv64xxx: Do not use writel_relaxed() X-Git-Tag: v3.12-rc3~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b3a9356e84f683dd27fe8b73ad15608b4fc2c5;p=pandora-kernel.git i2c: mv64xxx: Do not use writel_relaxed() The driver is used on PowerPC which don't provide writel_relaxed(). This breaks the c2k and prpmc2800 default configurations. To fix the build, turn the calls to writel_relaxed() into writel(). The impacts for ARM should be minimal. Signed-off-by: Thierry Reding Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed