diff options
Diffstat (limited to 'drivers/rapidio')
-rw-r--r-- | drivers/rapidio/rio-scan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rapidio/rio-scan.c b/drivers/rapidio/rio-scan.c index 74d0bfa3f310..3b78540288c7 100644 --- a/drivers/rapidio/rio-scan.c +++ b/drivers/rapidio/rio-scan.c | |||
@@ -290,7 +290,7 @@ static void __devinit rio_add_device(struct rio_dev *rdev) | |||
290 | * to a RIO device on success or NULL on failure. | 290 | * to a RIO device on success or NULL on failure. |
291 | * | 291 | * |
292 | */ | 292 | */ |
293 | static struct rio_dev *rio_setup_device(struct rio_net *net, | 293 | static struct rio_dev __devinit *rio_setup_device(struct rio_net *net, |
294 | struct rio_mport *port, u16 destid, | 294 | struct rio_mport *port, u16 destid, |
295 | u8 hopcount, int do_enum) | 295 | u8 hopcount, int do_enum) |
296 | { | 296 | { |
@@ -559,7 +559,7 @@ static void rio_net_add_mport(struct rio_net *net, struct rio_mport *port) | |||
559 | * Recursively enumerates a RIO network. Transactions are sent via the | 559 | * Recursively enumerates a RIO network. Transactions are sent via the |
560 | * master port passed in @port. | 560 | * master port passed in @port. |
561 | */ | 561 | */ |
562 | static int rio_enum_peer(struct rio_net *net, struct rio_mport *port, | 562 | static int __devinit rio_enum_peer(struct rio_net *net, struct rio_mport *port, |
563 | u8 hopcount) | 563 | u8 hopcount) |
564 | { | 564 | { |
565 | int port_num; | 565 | int port_num; |
@@ -718,7 +718,7 @@ static int rio_enum_complete(struct rio_mport *port) | |||
718 | * Recursively discovers a RIO network. Transactions are sent via the | 718 | * Recursively discovers a RIO network. Transactions are sent via the |
719 | * master port passed in @port. | 719 | * master port passed in @port. |
720 | */ | 720 | */ |
721 | static int | 721 | static int __devinit |
722 | rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, | 722 | rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, |
723 | u8 hopcount) | 723 | u8 hopcount) |
724 | { | 724 | { |