diff options
author | Heiko Stübner <heiko@sntech.de> | 2011-12-19 13:39:52 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-21 06:24:37 -0500 |
commit | a1977562718f62c26cff79317b63885394255a03 (patch) | |
tree | 0044a76386edcab5f77cabc7c56be9d91ec2b3b7 /drivers/usb/gadget/s3c-hsudc.c | |
parent | 715a3e41e78a40e1e711298667435d5a2cef1972 (diff) |
usb: gadget: s3c-hsudc: add __devinit to probe function
Fixes possible section mismatch warnings.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/s3c-hsudc.c')
-rw-r--r-- | drivers/usb/gadget/s3c-hsudc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c-hsudc.c b/drivers/usb/gadget/s3c-hsudc.c index 2f9f8409031..fdf7774eacb 100644 --- a/drivers/usb/gadget/s3c-hsudc.c +++ b/drivers/usb/gadget/s3c-hsudc.c | |||
@@ -1260,7 +1260,7 @@ static struct usb_gadget_ops s3c_hsudc_gadget_ops = { | |||
1260 | .vbus_draw = s3c_hsudc_vbus_draw, | 1260 | .vbus_draw = s3c_hsudc_vbus_draw, |
1261 | }; | 1261 | }; |
1262 | 1262 | ||
1263 | static int s3c_hsudc_probe(struct platform_device *pdev) | 1263 | static int __devinit s3c_hsudc_probe(struct platform_device *pdev) |
1264 | { | 1264 | { |
1265 | struct device *dev = &pdev->dev; | 1265 | struct device *dev = &pdev->dev; |
1266 | struct resource *res; | 1266 | struct resource *res; |