From: Arnd Bergmann Date: Fri, 21 Jun 2013 20:32:26 +0000 (+0200) Subject: clk: tegra: provide tegra_periph_reset_assert alternative X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7064f6bd86278029348c36d30bd325e7e05b6fee;p=pandora-kernel.git clk: tegra: provide tegra_periph_reset_assert alternative We have some tegra device drivers that are written to be platform independent but still use the tegra specific tegra_periph_reset_assert function. In order to build and link them without errors, this provides a static inline version of these functions that does nothing when Tegra support is disabled. Signed-off-by: Arnd Bergmann Acked-by: Stephen Warren Signed-off-by: Mike Turquette [mturquette@linaro.org: fixed up trivial merge issue] --- Reading git-diff-tree failed