From: Denis Efremov Date: Thu, 18 Apr 2013 13:13:31 +0000 (+0400) Subject: usb: phy: remove exported function from __init section X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d8ceddda8b3a806a0960106ae6aa4dcc21df3b;p=pandora-kernel.git usb: phy: remove exported function from __init section The symbol usb_bind_phy is exported and annotated __init. It looks like section mismatch. Fix by removing the __init annotation of usb_bind_phy. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed