]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/isdn: Add export.h for THIS_MODULE to capi/kcapi_proc.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:23:16 +0000 (12:23 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:39 +0000 (13:55 -0400)
In preparation of the module.h usage cleanup, call out the header
that we need to get THIS_MODULE into scope.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/isdn/capi/kcapi_proc.c

index ea2dff602e4948a745614f8a825b9256c84d9d4b..8d51cd1bf674f61cec1efd9c4a50f3ccffab68d5 100644 (file)
@@ -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)
 {