diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-08 01:05:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:14:09 -0800 |
commit | 6e21bd9a30f1d7eab26ef8b9259376e5322d89e5 (patch) | |
tree | dd63e6e19965f8ef72d452694407e820ecb0e8c1 /drivers/isdn/capi | |
parent | 0f59cc4a35dbbc45c972daad0f1b063380cd9ea4 (diff) | |
download | blackbird-op-linux-6e21bd9a30f1d7eab26ef8b9259376e5322d89e5.tar.gz blackbird-op-linux-6e21bd9a30f1d7eab26ef8b9259376e5322d89e5.zip |
[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>
Diffstat (limited to 'drivers/isdn/capi')
-rw-r--r-- | drivers/isdn/capi/capifs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/capi/capifs.c b/drivers/isdn/capi/capifs.c index 7b564c0dd996..207cae366256 100644 --- a/drivers/isdn/capi/capifs.c +++ b/drivers/isdn/capi/capifs.c @@ -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"); |