projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65cd3f2
)
usb: mv_usb: remove clock name from pdata
author
Chao Xie
<chao.xie@marvell.com>
Mon, 25 Mar 2013 07:06:57 +0000
(
03:06
-0400)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 2 Apr 2013 08:42:47 +0000
(11:42 +0300)
Using pdata to pass clock name is not correct.
Directly get clock from usb drivers.
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/platform_data/mv_usb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/platform_data/mv_usb.h
b/include/linux/platform_data/mv_usb.h
index 944b01dd103ef131b20784f6853524f9bd5812c2..98b7925f1a2d851a0da538f19c5a5a28d62de682 100644
(file)
--- a/
include/linux/platform_data/mv_usb.h
+++ b/
include/linux/platform_data/mv_usb.h
@@
-34,8
+34,6
@@
struct mv_usb_addon_irq {
};
struct mv_usb_platform_data {
- unsigned int clknum;
- char **clkname;
struct mv_usb_addon_irq *id; /* Only valid for OTG. ID pin change*/
struct mv_usb_addon_irq *vbus; /* valid for OTG/UDC. VBUS change*/