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:
49cfe4d
)
Drivers: usb: host: ehci-orion.c: remove __devinitdata marking
author
Greg Kroah-Hartman
<
[email protected]
>
Fri, 21 Dec 2012 21:14:52 +0000
(13:14 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 3 Jan 2013 23:57:02 +0000
(15:57 -0800)
This snuck in from a different tree during the merge and needs to be
removed.
Cc: Alan Stern <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/host/ehci-orion.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-orion.c
b/drivers/usb/host/ehci-orion.c
index a7d1f5b4c4eda4446d0fac523f72b7e068852d06..914a3ecfb5d361501a9a9e939d82388e34b795bc 100644
(file)
--- a/
drivers/usb/host/ehci-orion.c
+++ b/
drivers/usb/host/ehci-orion.c
@@
-325,7
+325,7
@@
static int __exit ehci_orion_drv_remove(struct platform_device *pdev)
MODULE_ALIAS("platform:orion-ehci");
-static const struct of_device_id ehci_orion_dt_ids[]
__devinitdata
= {
+static const struct of_device_id ehci_orion_dt_ids[] = {
{ .compatible = "marvell,orion-ehci", },
{},
};