summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/ssi-fiq-ksym.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-11-26 15:26:20 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-11-26 15:26:20 -0800
commita56f3eb2cd72d4d678a63cf8cacf9d39aa8020f3 (patch)
tree3e5e3763fce49af4ee56aaedec3c5e555c52af57 /arch/arm/mach-imx/ssi-fiq-ksym.c
parenta0d60e62ea5c88a9823410e9d0929a513e29dea2 (diff)
parent8478132a8784605fe07ede555f7277d989368d73 (diff)
downloadlinux-a56f3eb2cd72d4d678a63cf8cacf9d39aa8020f3.tar.bz2
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fix from Russell King: "This resolves the ksyms issues by reverting the commit which introduced the breakage" There was what I consider to be a better fix, but it's late in the rc game, so I'll take the revert. * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm: Revert "arm: move exports to definitions"
Diffstat (limited to 'arch/arm/mach-imx/ssi-fiq-ksym.c')
-rw-r--r--arch/arm/mach-imx/ssi-fiq-ksym.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/ssi-fiq-ksym.c b/arch/arm/mach-imx/ssi-fiq-ksym.c
new file mode 100644
index 000000000000..792090f9a032
--- /dev/null
+++ b/arch/arm/mach-imx/ssi-fiq-ksym.c
@@ -0,0 +1,20 @@
+/*
+ * Exported ksyms for the SSI FIQ handler
+ *
+ * Copyright (C) 2009, Sascha Hauer <s.hauer@pengutronix.de>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include <linux/module.h>
+
+#include <linux/platform_data/asoc-imx-ssi.h>
+
+EXPORT_SYMBOL(imx_ssi_fiq_tx_buffer);
+EXPORT_SYMBOL(imx_ssi_fiq_rx_buffer);
+EXPORT_SYMBOL(imx_ssi_fiq_start);
+EXPORT_SYMBOL(imx_ssi_fiq_end);
+EXPORT_SYMBOL(imx_ssi_fiq_base);
+