summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorFelipe Balbi2012-06-29 11:48:51 +0200
committerGreg Kroah-Hartman2012-07-06 19:58:39 +0200
commit17d2fcc393bfe58cc1e2bc34603a48e447ff7afb (patch)
tree4e195fc7657ad0643286d2318ea2f1185908a864 /drivers/usb
parentusb: chipidea: drop useless arch-check (diff)
downloadkernel-qcow2-linux-17d2fcc393bfe58cc1e2bc34603a48e447ff7afb.tar.gz
kernel-qcow2-linux-17d2fcc393bfe58cc1e2bc34603a48e447ff7afb.tar.xz
kernel-qcow2-linux-17d2fcc393bfe58cc1e2bc34603a48e447ff7afb.zip
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: Felipe Balbi <balbi@ti.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/chipidea/ci13xxx_msm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/ci13xxx_msm.c b/drivers/usb/chipidea/ci13xxx_msm.c
index 958069ef95e3..8d438b82e868 100644
--- a/drivers/usb/chipidea/ci13xxx_msm.c
+++ b/drivers/usb/chipidea/ci13xxx_msm.c
@@ -55,7 +55,7 @@ static struct ci13xxx_udc_driver ci13xxx_msm_udc_driver = {
.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;
int ret;