]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:23:16 +0000 (12:23 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:49 +0000 (19:31 -0400)
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>
drivers/isdn/capi/kcapi_proc.c
drivers/isdn/gigaset/asyncdata.c
drivers/isdn/gigaset/capi.c
drivers/isdn/gigaset/dummyll.c
drivers/isdn/gigaset/ev-layer.c
drivers/isdn/gigaset/i4l.c
drivers/isdn/mISDN/clock.c
drivers/isdn/mISDN/dsp_audio.c
drivers/isdn/mISDN/dsp_pipeline.c
drivers/isdn/mISDN/socket.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)
 {
index c3b1dc3a13a0f998a23e01b81d3b99ede2bc2428..fddae72e3f98ba3ec259e2dee57e12aca0ddd00e 100644 (file)
@@ -16,6 +16,7 @@
 #include "gigaset.h"
 #include <linux/crc-ccitt.h>
 #include <linux/bitrev.h>
+#include <linux/export.h>
 
 /* check if byte must be stuffed/escaped
  * I'm not sure which data should be encoded.
index 658e75f18d052b5a721ff2e6882109c945318d5b..6d5ceeece9f2598b6cd1dedcab65fdc4cac56a80 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/isdn/capilli.h>
 #include <linux/isdn/capicmd.h>
 #include <linux/isdn/capiutil.h>
+#include <linux/export.h>
 
 /* missing from kernelcapi.h */
 #define CapiNcpiNotSupportedByProtocol 0x0001
index bd0b1eaa7572bf785368d7e9fa013c9b93cc10ae..19b1c779d50f22dc3a6a8ea3649e161db4615d95 100644 (file)
@@ -11,6 +11,7 @@
  * =====================================================================
  */
 
+#include <linux/export.h>
 #include "gigaset.h"
 
 void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb)
index ba74646cf0e481fd2b6741fc4d012aa1cb5a2fc5..6d12623c1db002db8f935596bc249a9b81a38156 100644 (file)
@@ -13,6 +13,7 @@
  * =====================================================================
  */
 
+#include <linux/export.h>
 #include "gigaset.h"
 
 /* ========================================================== */
index 9bec8b96996466665aee48039508c96303068516..04231cb2f031a6148490e916e93308c0ab391bf2 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "gigaset.h"
 #include <linux/isdnif.h>
+#include <linux/export.h>
 
 #define SBUFSIZE       4096    /* sk_buff payload size */
 #define TRANSBUFSIZE   768     /* bytes per skb for transparent receive */
index 1fa629b3b940a94743267c5898ab2ee8876c1e51..7418f2d811d8ff3f4e189db7d8cc6d136173ca10 100644 (file)
@@ -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;
index 9c7c6451bf3db86a95b3309fc06a85b1020b98f2..b8f18bd09e430225ad89e82c125773d94ed41cec 100644 (file)
@@ -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"
 
index 621f310070953822a3c782f0c1a73caa91d4fc29..b6c9a5889346418f3f8532b3febd94554c5c3e7f 100644 (file)
@@ -30,6 +30,7 @@
 #include <linux/string.h>
 #include <linux/mISDNif.h>
 #include <linux/mISDNdsp.h>
+#include <linux/export.h>
 #include "dsp.h"
 #include "dsp_hwec.h"
 
index 8e325227b4c01153715f396662aeebea5231a219..738ea8dd0adfdd113134eff884dfd6c62cebc494 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <linux/mISDNif.h>
 #include <linux/slab.h>
+#include <linux/export.h>
 #include "core.h"
 
 static u_int   *debug;