projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e159c
)
arm: mmp: remove clock from usb pdata for aspenite
author
Chao Xie
<
[email protected]
>
Mon, 25 Mar 2013 07:06:55 +0000
(
03:06
-0400)
committer
Felipe Balbi
<
[email protected]
>
Tue, 2 Apr 2013 08:42:46 +0000
(11:42 +0300)
The clock name will directly get by driver. Removing
the name from pdata.
Acked-by: Haojian Zhuang <
[email protected]
>
Signed-off-by: Chao Xie <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
arch/arm/mach-mmp/aspenite.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mmp/aspenite.c
b/arch/arm/mach-mmp/aspenite.c
index 9f64d5632e07af34ab02e2f67ed07937c98ac77b..76901f4ce611aba80c2e102700e69407dcd88772 100644
(file)
--- a/
arch/arm/mach-mmp/aspenite.c
+++ b/
arch/arm/mach-mmp/aspenite.c
@@
-223,13
+223,7
@@
static struct pxa27x_keypad_platform_data aspenite_keypad_info __initdata = {
};
#if defined(CONFIG_USB_EHCI_MV)
-static char *pxa168_sph_clock_name[] = {
- [0] = "PXA168-USBCLK",
-};
-
static struct mv_usb_platform_data pxa168_sph_pdata = {
- .clknum = 1,
- .clkname = pxa168_sph_clock_name,
.mode = MV_USB_MODE_HOST,
.phy_init = pxa_usb_phy_init,
.phy_deinit = pxa_usb_phy_deinit,