[PATCH] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue()
Add a proper prototype for i2o_parm_issue() in core.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c59923a15c
commit
e62c23c751
@@ -36,9 +36,9 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#define SG_TABLESIZE 30
|
||||
#include "core.h"
|
||||
|
||||
extern int i2o_parm_issue(struct i2o_device *, int, void *, int, void *, int);
|
||||
#define SG_TABLESIZE 30
|
||||
|
||||
static int i2o_cfg_ioctl(struct inode *, struct file *, unsigned int,
|
||||
unsigned long);
|
||||
|
||||
Reference in New Issue
Block a user