]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/rio_drv.h
NLM: Shrink the IPv4-only version of nlm_cmp_addr()
[linux-2.6-omap-h63xx.git] / include / linux / rio_drv.h
index 90987b7bcc1be21efcd979f9029dbecb89daf503..c93a58a4003324bf6d147836d0c6a1ccaac350e5 100644 (file)
@@ -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.
  */
@@ -427,9 +426,9 @@ void rio_dev_put(struct rio_dev *);
  * Get the unique RIO device identifier. Returns the device
  * identifier string.
  */
-static inline char *rio_name(struct rio_dev *rdev)
+static inline const char *rio_name(struct rio_dev *rdev)
 {
-       return rdev->dev.bus_id;
+       return dev_name(&rdev->dev);
 }
 
 /**