diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 16:23:16 (GMT) |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 23:31:49 (GMT) |
commit | 5d76fc219ce38a226314436563f6b9d405bb6db1 (patch) | |
tree | a74057527409fa33521760fabe0d487e3dd92bce /drivers/isdn/capi/kcapi_proc.c | |
parent | 07a97fe8864a38cedd24a2c8c89cce8c3efd6095 (diff) | |
download | linux-5d76fc219ce38a226314436563f6b9d405bb6db1.tar.xz |
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/capi/kcapi_proc.c')
-rw-r--r-- | drivers/isdn/capi/kcapi_proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/capi/kcapi_proc.c b/drivers/isdn/capi/kcapi_proc.c index ea2dff6..8d51cd1 100644 --- a/drivers/isdn/capi/kcapi_proc.c +++ b/drivers/isdn/capi/kcapi_proc.c @@ -14,6 +14,7 @@ #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/init.h> +#include <linux/export.h> static char *state2str(unsigned short state) { |