projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d4b82
)
usb: otg: cpcap-otg: Fix section mismatch warning
author
Dmitry Shmidt
<dimitrysh@google.com>
Mon, 26 Jul 2010 22:23:07 +0000
(15:23 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:33:21 +0000
(16:33 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/usb/otg/cpcap-otg.c
patch
|
blob
|
history
diff --git
a/drivers/usb/otg/cpcap-otg.c
b/drivers/usb/otg/cpcap-otg.c
index b1189dd989d9045b7e682da277432e049fb94a26..db1df3b93d3d579a8a5c2a6aeecc33004fc76fb0 100644
(file)
--- a/
drivers/usb/otg/cpcap-otg.c
+++ b/
drivers/usb/otg/cpcap-otg.c
@@
-156,7
+156,7
@@
static int cpcap_otg_set_suspend(struct otg_transceiver *otg, int suspend)
return 0;
}
-static int
__init
cpcap_otg_probe(struct platform_device *pdev)
+static int cpcap_otg_probe(struct platform_device *pdev)
{
struct cpcap_otg_data *cpcap;
struct resource *res;