[PATCH] drivers/isdn/: add missing #includes
Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Schindler <armin@melware.de> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0f59cc4a35
commit
6e21bd9a30
|
@ -17,6 +17,8 @@
|
||||||
#include <linux/ctype.h>
|
#include <linux/ctype.h>
|
||||||
#include <linux/sched.h> /* current */
|
#include <linux/sched.h> /* current */
|
||||||
|
|
||||||
|
#include "capifs.h"
|
||||||
|
|
||||||
MODULE_DESCRIPTION("CAPI4Linux: /dev/capi/ filesystem");
|
MODULE_DESCRIPTION("CAPI4Linux: /dev/capi/ filesystem");
|
||||||
MODULE_AUTHOR("Carsten Paeth");
|
MODULE_AUTHOR("Carsten Paeth");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#include "diva_pci.h"
|
#include "diva_pci.h"
|
||||||
#include "mi_pc.h"
|
#include "mi_pc.h"
|
||||||
#include "pc_maint.h"
|
#include "pc_maint.h"
|
||||||
|
#include "dsrv_bri.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** IMPORTS
|
** IMPORTS
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "pc_maint.h"
|
#include "pc_maint.h"
|
||||||
#include "dsp_tst.h"
|
#include "dsp_tst.h"
|
||||||
#include "diva_dma.h"
|
#include "diva_dma.h"
|
||||||
|
#include "dsrv_pri.h"
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
OS Dependent part of XDI driver for DIVA PRI Adapter
|
OS Dependent part of XDI driver for DIVA PRI Adapter
|
||||||
|
|
Loading…
Reference in New Issue