From 6c3ed21e94f0d933892585660a8bfdfc7b4a7380 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Jan 2009 14:42:41 -0800 Subject: [PATCH] --- yaml --- r: 126396 b: refs/heads/master c: d3635abfee0c55ad9dcd6b6172a0c6a5455900c9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/rapidio/rio-driver.c | 1 - trunk/include/linux/rio_drv.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 624ffd2c6bee..067838fe046f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d78dd070ccda6384efeae142b116bc174f0cd9fa +refs/heads/master: d3635abfee0c55ad9dcd6b6172a0c6a5455900c9 diff --git a/trunk/drivers/rapidio/rio-driver.c b/trunk/drivers/rapidio/rio-driver.c index 956d3e79f6aa..addb87cf44d9 100644 --- a/trunk/drivers/rapidio/rio-driver.c +++ b/trunk/drivers/rapidio/rio-driver.c @@ -79,7 +79,6 @@ void rio_dev_put(struct rio_dev *rdev) /** * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure - * @id: the RIO device id structure to match against * @dev: the RIO device structure to match against * * return 0 and set rio_dev->driver when drv claims rio_dev, else error diff --git a/trunk/include/linux/rio_drv.h b/trunk/include/linux/rio_drv.h index 32c0547ffafc..c93a58a40033 100644 --- a/trunk/include/linux/rio_drv.h +++ b/trunk/include/linux/rio_drv.h @@ -391,7 +391,6 @@ static inline int rio_add_inb_buffer(struct rio_mport *mport, int mbox, * rio_get_inb_message - Get A RIO message from an inbound mailbox queue * @mport: Master port containing the inbound mailbox * @mbox: The inbound mailbox number - * @buffer: Pointer to the message buffer * * Get a RIO message from an inbound mailbox queue. Returns 0 on success. */