summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/uncached.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-15 11:37:38 +0100
committerMark Brown <broonie@linaro.org>2013-08-15 11:37:38 +0100
commit743c5bb898be45009770c144e5e14e4f448e56b9 (patch)
tree40fff57c975f89da4a90922c165595840e99093a /arch/mips/lib/uncached.c
parent8fe120b5a665fc869c23f86e4964b801f6e53486 (diff)
parentb7ae6f31d8243ec684af16bc5c763eccdfabaec0 (diff)
Merge branch 'topic/dma' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-omap
Conflicts: sound/soc/omap/Kconfig
Diffstat (limited to 'arch/mips/lib/uncached.c')
-rw-r--r--arch/mips/lib/uncached.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/uncached.c b/arch/mips/lib/uncached.c
index 65e3dfc4e58..d8522f8e842 100644
--- a/arch/mips/lib/uncached.c
+++ b/arch/mips/lib/uncached.c
@@ -36,7 +36,7 @@
* values, so we can avoid sharing the same stack area between a cached
* and the uncached mode.
*/
-unsigned long __cpuinit run_uncached(void *func)
+unsigned long run_uncached(void *func)
{
register long sp __asm__("$sp");
register long ret __asm__("$2");