Selaa lähdekoodia

rapidio: fix section mismatch warnings

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Li Yang 16 vuotta sitten
vanhempi
commit
181a6ff034
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      drivers/rapidio/rio-scan.c

+ 3 - 3
drivers/rapidio/rio-scan.c

@@ -290,7 +290,7 @@ static void __devinit rio_add_device(struct rio_dev *rdev)
  * to a RIO device on success or NULL on failure.
  * to a RIO device on success or NULL on failure.
  *
  *
  */
  */
-static struct rio_dev *rio_setup_device(struct rio_net *net,
+static struct rio_dev __devinit *rio_setup_device(struct rio_net *net,
 					struct rio_mport *port, u16 destid,
 					struct rio_mport *port, u16 destid,
 					u8 hopcount, int do_enum)
 					u8 hopcount, int do_enum)
 {
 {
@@ -559,7 +559,7 @@ static void rio_net_add_mport(struct rio_net *net, struct rio_mport *port)
  * Recursively enumerates a RIO network.  Transactions are sent via the
  * Recursively enumerates a RIO network.  Transactions are sent via the
  * master port passed in @port.
  * master port passed in @port.
  */
  */
-static int rio_enum_peer(struct rio_net *net, struct rio_mport *port,
+static int __devinit rio_enum_peer(struct rio_net *net, struct rio_mport *port,
 			 u8 hopcount)
 			 u8 hopcount)
 {
 {
 	int port_num;
 	int port_num;
@@ -718,7 +718,7 @@ static int rio_enum_complete(struct rio_mport *port)
  * Recursively discovers a RIO network.  Transactions are sent via the
  * Recursively discovers a RIO network.  Transactions are sent via the
  * master port passed in @port.
  * master port passed in @port.
  */
  */
-static int
+static int __devinit
 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid,
 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid,
 	      u8 hopcount)
 	      u8 hopcount)
 {
 {