diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 18:23:16 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:49 +0100 |
commit | 5d76fc219ce38a226314436563f6b9d405bb6db1 (patch) | |
tree | a74057527409fa33521760fabe0d487e3dd92bce /drivers/isdn/mISDN/dsp_audio.c | |
parent | drivers/isdn: Add module.h to ISDN files implicitly using it. (diff) | |
download | linux-5d76fc219ce38a226314436563f6b9d405bb6db1.tar.xz linux-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.c | 1 |
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" |