diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-12 03:53:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:34 -0500 |
commit | b19a8f0472cf2fc401c47f585fcd42e770124e06 (patch) | |
tree | 87b4e2d69363d3e79cfb1a957f9c1a28d2ee7a57 /drivers/isdn/hisax/isdnl3.c | |
parent | 010046d0c805ac3bfab1740f4a056af70b84ea46 (diff) |
[PATCH] drivers/isdn/hisax/: proper prototypes
- add functions prototypes for some global functions to header files
- remove unneeded "extern"s from some function prototypes
You might note that this patch results in a new warning - that's due to the
fact that with a proper prototype gcc is able to discover a broken
work_struct conversion.
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/hisax/isdnl3.c')
-rw-r--r-- | drivers/isdn/hisax/isdnl3.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/isdn/hisax/isdnl3.c b/drivers/isdn/hisax/isdnl3.c index 281fa27d9f00..935f23356fae 100644 --- a/drivers/isdn/hisax/isdnl3.c +++ b/drivers/isdn/hisax/isdnl3.c | |||
@@ -231,18 +231,6 @@ no_l3_proto_spec(struct PStack *st, isdn_ctrl *ic) | |||
231 | return(-1); | 231 | return(-1); |
232 | } | 232 | } |
233 | 233 | ||
234 | #ifdef CONFIG_HISAX_EURO | ||
235 | extern void setstack_dss1(struct PStack *st); | ||
236 | #endif | ||
237 | |||
238 | #ifdef CONFIG_HISAX_NI1 | ||
239 | extern void setstack_ni1(struct PStack *st); | ||
240 | #endif | ||
241 | |||
242 | #ifdef CONFIG_HISAX_1TR6 | ||
243 | extern void setstack_1tr6(struct PStack *st); | ||
244 | #endif | ||
245 | |||
246 | struct l3_process | 234 | struct l3_process |
247 | *getl3proc(struct PStack *st, int cr) | 235 | *getl3proc(struct PStack *st, int cr) |
248 | { | 236 | { |