diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-12 03:53:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:34 -0500 |
commit | fc238b3791447b93c69cd50a99dfcaad6162afba (patch) | |
tree | ff98e02c355cfdf0f496e17cfaf81daf5f915270 /drivers/isdn/sc/ioctl.c | |
parent | b19a8f0472cf2fc401c47f585fcd42e770124e06 (diff) |
[PATCH] drivers/isdn/sc/: proper prototypes
Add proper prototypes in a header file for global code under
drivers/isdn/sc/.
Since the GNU C compiler is now able do tell us that caller and callee
disagreed about the number of arguments of setup_buffers(), this patch
also fixes this bug.
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/sc/ioctl.c')
-rw-r--r-- | drivers/isdn/sc/ioctl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/isdn/sc/ioctl.c b/drivers/isdn/sc/ioctl.c index 57c4ab96d136..7817d2244921 100644 --- a/drivers/isdn/sc/ioctl.c +++ b/drivers/isdn/sc/ioctl.c | |||
@@ -12,16 +12,6 @@ | |||
12 | #include "card.h" | 12 | #include "card.h" |
13 | #include "scioc.h" | 13 | #include "scioc.h" |
14 | 14 | ||
15 | extern int indicate_status(int, int, unsigned long, char *); | ||
16 | extern int startproc(int); | ||
17 | extern int reset(int); | ||
18 | extern int send_and_receive(int, unsigned int, unsigned char,unsigned char, | ||
19 | unsigned char,unsigned char, | ||
20 | unsigned char, unsigned char *, RspMessage *, int); | ||
21 | |||
22 | extern board *sc_adapter[]; | ||
23 | |||
24 | |||
25 | static int GetStatus(int card, boardInfo *); | 15 | static int GetStatus(int card, boardInfo *); |
26 | 16 | ||
27 | /* | 17 | /* |