summaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN/clock.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/clock.c
parent07a97fe8864a38cedd24a2c8c89cce8c3efd6095 (diff)
downloadlwn-5d76fc219ce38a226314436563f6b9d405bb6db1.tar.gz
lwn-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/clock.c')
-rw-r--r--drivers/isdn/mISDN/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/clock.c b/drivers/isdn/mISDN/clock.c
index 1fa629b3b940..7418f2d811d8 100644
--- a/drivers/isdn/mISDN/clock.c
+++ b/drivers/isdn/mISDN/clock.c
@@ -38,6 +38,7 @@
#include <linux/stddef.h>
#include <linux/spinlock.h>
#include <linux/mISDNif.h>
+#include <linux/export.h>
#include "core.h"
static u_int *debug;