summaryrefslogtreecommitdiff
path: root/drivers/message/i2o/core.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-06-24 05:02:26 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-24 07:05:29 (GMT)
commitf52bdbe9fcf2453d402376e22de1eca6dfc96890 (patch)
tree171ae59f656e5791d1b68bf34081fea8a3af1dca /drivers/message/i2o/core.h
parent718c31831aa134a97f6fef215c208cea80a8b480 (diff)
downloadlinux-fsl-qoriq-f52bdbe9fcf2453d402376e22de1eca6dfc96890.tar.xz
[PATCH] i2o build fix
LD .tmp_vmlinux1 drivers/built-in.o: In function `i2o_cfg_parms': config-osm.c:(.text+0x12764a): undefined reference to `i2o_parm_issue' Cc: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/i2o/core.h')
-rw-r--r--drivers/message/i2o/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/message/i2o/core.h b/drivers/message/i2o/core.h
index 49851cc..c5bcfd7 100644
--- a/drivers/message/i2o/core.h
+++ b/drivers/message/i2o/core.h
@@ -46,6 +46,9 @@ extern void i2o_iop_free(struct i2o_controller *);
extern int i2o_iop_add(struct i2o_controller *);
extern void i2o_iop_remove(struct i2o_controller *);
+/* config */
+extern int i2o_parm_issue(struct i2o_device *, int, void *, int, void *, int);
+
/* control registers relative to c->base */
#define I2O_IRQ_STATUS 0x30
#define I2O_IRQ_MASK 0x34