From: Samuel Ortiz Date: Sun, 7 Dec 2008 19:50:25 +0000 (+0100) Subject: mfd: Fix twl4030-core.c build error X-Git-Tag: v2.6.29-rc1~493^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6354ab5c63bc986bf539026a1b289cc142f6e87c;p=pandora-kernel.git mfd: Fix twl4030-core.c build error This is a fix for: twl4030-core.c:(.text+0x16a797): undefined reference to `clk_get_rate' twl4030-core.c:(.text+0x16a797): undefined reference to `clk_put' on x86 and x86_64, as the clock API is not defined on those platforms. Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed