<div dir="ltr"><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername"></b> <span dir="ltr"><<a href="mailto:balbi@ti.com">balbi@ti.com</a>></span><br>Date: 2013/4/23<br>
Subject: Patch 'usb: phy: remove exported function from __init section' applied to my tree<br>To: <a href="mailto:yefremov.denis@gmail.com">yefremov.denis@gmail.com</a><br>Cc: <a href="mailto:yefremov.denis@gmail.com">yefremov.denis@gmail.com</a>, <a href="mailto:balbi@ti.com">balbi@ti.com</a><br>
<br><br>Hi,<br>
<br>
This is a note to let you know that the patch:<br>
<br>
        usb: phy: remove exported function from __init section<br>
<br>
has been applied to my tree and can be found at:<br>
<br>
        <a href="http://bit.ly/11IARrq" target="_blank">http://bit.ly/11IARrq</a><br>
<br>
a snapshot of the tree can be downloaded from:<br>
<br>
        <a href="http://bit.ly/13UfTN1" target="_blank">http://bit.ly/13UfTN1</a><br>
<br>
Note that it might take up to 20 minutes for <a href="http://kernel.org" target="_blank">kernel.org</a> to synchronize<br>
the changes to its frontend servers.<br>
<br>
If you have any concerns, please let me know by replying to this mail.<br>
<br>
>From 19d8ceddda8b3a806a0960106ae6aa4dcc21df3b Mon Sep 17 00:00:00 2001<br>
From: Denis Efremov <<a href="mailto:yefremov.denis@gmail.com">yefremov.denis@gmail.com</a>><br>
Date: Thu, 18 Apr 2013 17:13:31 +0400<br>
Subject: [PATCH] usb: phy: remove exported function from __init section<br>
<br>
The symbol usb_bind_phy is exported and annotated __init.<br>
It looks like section mismatch. Fix by removing the<br>
__init annotation of usb_bind_phy.<br>
<br>
Found by Linux Driver Verification project (<a href="http://linuxtesting.org" target="_blank">linuxtesting.org</a>).<br>
<br>
Signed-off-by: Denis Efremov <<a href="mailto:yefremov.denis@gmail.com">yefremov.denis@gmail.com</a>><br>
Signed-off-by: Felipe Balbi <<a href="mailto:balbi@ti.com">balbi@ti.com</a>><br>
---<br>
 drivers/usb/phy/phy.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c<br>
index f52c006..a9984c7 100644<br>
--- a/drivers/usb/phy/phy.c<br>
+++ b/drivers/usb/phy/phy.c<br>
@@ -413,7 +413,7 @@ EXPORT_SYMBOL_GPL(usb_remove_phy);<br>
  *<br>
  * To be used by platform specific initialization code.<br>
  */<br>
-int __init usb_bind_phy(const char *dev_name, u8 index,<br>
+int usb_bind_phy(const char *dev_name, u8 index,<br>
                                const char *phy_dev_name)<br>
 {<br>
        struct usb_phy_bind *phy_bind;<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.2<br>
<br>
</font></span></div><br></div>