aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp_audio.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 12:23:16 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:49 -0400
commit5d76fc219ce38a226314436563f6b9d405bb6db1 (patch)
treea74057527409fa33521760fabe0d487e3dd92bce /drivers/isdn/mISDN/dsp_audio.c
parentdrivers/isdn: Add module.h to ISDN files implicitly using it. (diff)
downloadlinux-dev-5d76fc219ce38a226314436563f6b9d405bb6db1.tar.xz
linux-dev-5d76fc219ce38a226314436563f6b9d405bb6db1.zip
drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
In preparation of the module.h usage cleanup, call out the header that we need to get EXPORT_SYMBOL variants and THIS_MODULE into scope. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/isdn/mISDN/dsp_audio.c')
-rw-r--r--drivers/isdn/mISDN/dsp_audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/dsp_audio.c b/drivers/isdn/mISDN/dsp_audio.c
index 9c7c6451bf3d..b8f18bd09e43 100644
--- a/drivers/isdn/mISDN/dsp_audio.c
+++ b/drivers/isdn/mISDN/dsp_audio.c
@@ -12,6 +12,7 @@
#include <linux/delay.h>
#include <linux/mISDNif.h>
#include <linux/mISDNdsp.h>
+#include <linux/export.h>
#include "core.h"
#include "dsp.h"