Skip to content

Commit

Permalink
[PATCH] drivers/isdn/: add missing #includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 9, 2006
1 parent 0f59cc4 commit 6e21bd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/isdn/capi/capifs.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <linux/ctype.h>
#include <linux/sched.h> /* current */

#include "capifs.h"

MODULE_DESCRIPTION("CAPI4Linux: /dev/capi/ filesystem");
MODULE_AUTHOR("Carsten Paeth");
MODULE_LICENSE("GPL");
Expand Down
1 change: 1 addition & 0 deletions drivers/isdn/hardware/eicon/os_bri.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "diva_pci.h"
#include "mi_pc.h"
#include "pc_maint.h"
#include "dsrv_bri.h"

/*
** IMPORTS
Expand Down
1 change: 1 addition & 0 deletions drivers/isdn/hardware/eicon/os_pri.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "pc_maint.h"
#include "dsp_tst.h"
#include "diva_dma.h"
#include "dsrv_pri.h"

/* --------------------------------------------------------------------------
OS Dependent part of XDI driver for DIVA PRI Adapter
Expand Down

0 comments on commit 6e21bd9

Please sign in to comment.