diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-12 03:53:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:34 -0500 |
commit | 010046d0c805ac3bfab1740f4a056af70b84ea46 (patch) | |
tree | 70e621b0caaa455aa5b61a6d815bae77295727cf /drivers/isdn/pcbit/layer2.c | |
parent | 390414badebe45a2f556a04ece1fd99191aa6397 (diff) |
[PATCH] drivers/isdn/pcbit/: proper prototypes
Add correct prototypes in header files for global functions and variables.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/pcbit/layer2.c')
-rw-r--r-- | drivers/isdn/pcbit/layer2.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/isdn/pcbit/layer2.c b/drivers/isdn/pcbit/layer2.c index eafcce5e656a..58eee50c8e26 100644 --- a/drivers/isdn/pcbit/layer2.c +++ b/drivers/isdn/pcbit/layer2.c | |||
@@ -47,22 +47,6 @@ | |||
47 | #undef DEBUG_FRAG | 47 | #undef DEBUG_FRAG |
48 | 48 | ||
49 | 49 | ||
50 | |||
51 | /* | ||
52 | * task queue struct | ||
53 | */ | ||
54 | |||
55 | |||
56 | |||
57 | /* | ||
58 | * Layer 3 packet demultiplexer | ||
59 | * drv.c | ||
60 | */ | ||
61 | |||
62 | extern void pcbit_l3_receive(struct pcbit_dev *dev, ulong msg, | ||
63 | struct sk_buff *skb, | ||
64 | ushort hdr_len, ushort refnum); | ||
65 | |||
66 | /* | 50 | /* |
67 | * Prototypes | 51 | * Prototypes |
68 | */ | 52 | */ |