From 2e63d288f8ef6ea62c56d45e614c9fffc8c3921a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Sat, 28 Mar 2009 00:27:13 +0100 Subject: [PATCH] --- yaml --- r: 151307 b: refs/heads/master c: d8b175e78b9debdacd31fa74da5dedd6a6285f94 h: refs/heads/master i: 151305: 88732211a067d6717392ae7c445d6efa671858ec 151303: 60ce3b06e3d2586fc46db535d38a0ac9ac7a7a35 v: v3 --- [refs] | 2 +- trunk/drivers/usb/otg/twl4030-usb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ee34d61f2bf1..1ac61c626d11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91e9c4fec7ee777213859aa1a18bf0b885527637 +refs/heads/master: d8b175e78b9debdacd31fa74da5dedd6a6285f94 diff --git a/trunk/drivers/usb/otg/twl4030-usb.c b/trunk/drivers/usb/otg/twl4030-usb.c index d9478d0e1c8b..c34e63910acb 100644 --- a/trunk/drivers/usb/otg/twl4030-usb.c +++ b/trunk/drivers/usb/otg/twl4030-usb.c @@ -641,7 +641,7 @@ static int twl4030_set_host(struct otg_transceiver *x, struct usb_bus *host) return 0; } -static int __init twl4030_usb_probe(struct platform_device *pdev) +static int __devinit twl4030_usb_probe(struct platform_device *pdev) { struct twl4030_usb_data *pdata = pdev->dev.platform_data; struct twl4030_usb *twl;