* [2.6 patch] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue()
@ 2006-06-26 21:47 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-06-26 21:47 UTC (permalink / raw)
To: markus.lidel; +Cc: linux-kernel
This patch adds a proper protorype for i2o_parm_issue() in core.h.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/message/i2o/core.h | 3 +++
drivers/message/i2o/i2o_config.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
--- linux-2.6.17-mm2-full/drivers/message/i2o/core.h.old 2006-06-26 23:16:01.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/message/i2o/core.h 2006-06-26 23:16:39.000000000 +0200
@@ -38,6 +38,9 @@
extern void i2o_device_remove(struct i2o_device *);
extern int i2o_device_parse_lct(struct i2o_controller *);
+int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist,
+ int oplen, void *reslist, int reslen);
+
/* IOP */
extern struct i2o_controller *i2o_iop_alloc(void);
--- linux-2.6.17-mm2-full/drivers/message/i2o/i2o_config.c.old 2006-06-26 23:16:54.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/message/i2o/i2o_config.c 2006-06-26 23:23:25.000000000 +0200
@@ -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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue()
@ 2006-07-09 9:03 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-07-09 9:03 UTC (permalink / raw)
To: Andrew Morton; +Cc: markus.lidel, linux-kernel
This patch adds a proper prototype for i2o_parm_issue() in core.h.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 26 Jun 2006
drivers/message/i2o/core.h | 3 +++
drivers/message/i2o/i2o_config.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
--- linux-2.6.17-mm2-full/drivers/message/i2o/core.h.old 2006-06-26 23:16:01.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/message/i2o/core.h 2006-06-26 23:16:39.000000000 +0200
@@ -38,6 +38,9 @@
extern void i2o_device_remove(struct i2o_device *);
extern int i2o_device_parse_lct(struct i2o_controller *);
+int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist,
+ int oplen, void *reslist, int reslen);
+
/* IOP */
extern struct i2o_controller *i2o_iop_alloc(void);
--- linux-2.6.17-mm2-full/drivers/message/i2o/i2o_config.c.old 2006-06-26 23:16:54.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/message/i2o/i2o_config.c 2006-06-26 23:23:25.000000000 +0200
@@ -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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-09 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-09 9:03 [2.6 patch] proper prototype for drivers/message/i2o/device.c:i2o_parm_issue() Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-06-26 21:47 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox