[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
@@ -12,16 +12,6 @@
|
||||
#include "card.h"
|
||||
#include "scioc.h"
|
||||
|
||||
extern int indicate_status(int, int, unsigned long, char *);
|
||||
extern int startproc(int);
|
||||
extern int reset(int);
|
||||
extern int send_and_receive(int, unsigned int, unsigned char,unsigned char,
|
||||
unsigned char,unsigned char,
|
||||
unsigned char, unsigned char *, RspMessage *, int);
|
||||
|
||||
extern board *sc_adapter[];
|
||||
|
||||
|
||||
static int GetStatus(int card, boardInfo *);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user