Commit 5d76fc21 authored by Paul Gortmaker's avatar Paul Gortmaker

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 07a97fe8
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/export.h>
static char *state2str(unsigned short state) static char *state2str(unsigned short state)
{ {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "gigaset.h" #include "gigaset.h"
#include <linux/crc-ccitt.h> #include <linux/crc-ccitt.h>
#include <linux/bitrev.h> #include <linux/bitrev.h>
#include <linux/export.h>
/* check if byte must be stuffed/escaped /* check if byte must be stuffed/escaped
* I'm not sure which data should be encoded. * I'm not sure which data should be encoded.
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/isdn/capilli.h> #include <linux/isdn/capilli.h>
#include <linux/isdn/capicmd.h> #include <linux/isdn/capicmd.h>
#include <linux/isdn/capiutil.h> #include <linux/isdn/capiutil.h>
#include <linux/export.h>
/* missing from kernelcapi.h */ /* missing from kernelcapi.h */
#define CapiNcpiNotSupportedByProtocol 0x0001 #define CapiNcpiNotSupportedByProtocol 0x0001
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* ===================================================================== * =====================================================================
*/ */
#include <linux/export.h>
#include "gigaset.h" #include "gigaset.h"
void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb) void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb)
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
* ===================================================================== * =====================================================================
*/ */
#include <linux/export.h>
#include "gigaset.h" #include "gigaset.h"
/* ========================================================== */ /* ========================================================== */
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "gigaset.h" #include "gigaset.h"
#include <linux/isdnif.h> #include <linux/isdnif.h>
#include <linux/export.h>
#define SBUFSIZE 4096 /* sk_buff payload size */ #define SBUFSIZE 4096 /* sk_buff payload size */
#define TRANSBUFSIZE 768 /* bytes per skb for transparent receive */ #define TRANSBUFSIZE 768 /* bytes per skb for transparent receive */
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <linux/stddef.h> #include <linux/stddef.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/mISDNif.h> #include <linux/mISDNif.h>
#include <linux/export.h>
#include "core.h" #include "core.h"
static u_int *debug; static u_int *debug;
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/mISDNif.h> #include <linux/mISDNif.h>
#include <linux/mISDNdsp.h> #include <linux/mISDNdsp.h>
#include <linux/export.h>
#include "core.h" #include "core.h"
#include "dsp.h" #include "dsp.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <linux/string.h> #include <linux/string.h>
#include <linux/mISDNif.h> #include <linux/mISDNif.h>
#include <linux/mISDNdsp.h> #include <linux/mISDNdsp.h>
#include <linux/export.h>
#include "dsp.h" #include "dsp.h"
#include "dsp_hwec.h" #include "dsp_hwec.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/mISDNif.h> #include <linux/mISDNif.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "core.h" #include "core.h"
static u_int *debug; static u_int *debug;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment