You need to sign in or sign up before continuing.
提交 17d2fcc3 编写于 作者: F Felipe Balbi 提交者: Greg Kroah-Hartman

usb: chipidea: msm: add missing section annotation

No functional changes, it will just free up some
code if we don't have hotplug.
Signed-off-by: NFelipe Balbi <balbi@ti.com>
Signed-off-by: NAlexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: NRichard Zhao <richard.zhao@freescale.com>
Acked-by: NMarek Vasut <marex@denx.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b2006d91
...@@ -55,7 +55,7 @@ static struct ci13xxx_udc_driver ci13xxx_msm_udc_driver = { ...@@ -55,7 +55,7 @@ static struct ci13xxx_udc_driver ci13xxx_msm_udc_driver = {
.notify_event = ci13xxx_msm_notify_event, .notify_event = ci13xxx_msm_notify_event,
}; };
static int ci13xxx_msm_probe(struct platform_device *pdev) static int __devinit ci13xxx_msm_probe(struct platform_device *pdev)
{ {
struct platform_device *plat_ci; struct platform_device *plat_ci;
int ret; int ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册