[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>
This commit is contained in:
committed by
Linus Torvalds
parent
b19a8f0472
commit
fc238b3791
@@ -35,12 +35,6 @@ module_param_array(irq, int, NULL, 0);
|
||||
module_param_array(ram, int, NULL, 0);
|
||||
module_param(do_reset, bool, 0);
|
||||
|
||||
extern irqreturn_t interrupt_handler(int, void *);
|
||||
extern int sndpkt(int, int, int, struct sk_buff *);
|
||||
extern int command(isdn_ctrl *);
|
||||
extern int indicate_status(int, int, ulong, char*);
|
||||
extern int reset(int);
|
||||
|
||||
static int identify_board(unsigned long, unsigned int);
|
||||
|
||||
static int __init sc_init(void)
|
||||
|
Reference in New Issue
Block a user