diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-12-21 16:14:52 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-03 18:57:02 -0500 |
| commit | 59a609a97a59a10b0d5e46e9491c856efb57065d (patch) | |
| tree | b53f5fb8546c48d41ac1107205b2f07bc8de36d8 /drivers/usb | |
| parent | 49cfe4db2ddc4d1b32f2bd4910a5a9d7a0e34ae8 (diff) | |
Drivers: usb: host: ehci-orion.c: remove __devinitdata marking
This snuck in from a different tree during the merge and needs to be
removed.
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/host/ehci-orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-orion.c b/drivers/usb/host/ehci-orion.c index a7d1f5b4c4ed..914a3ecfb5d3 100644 --- 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) | |||
| 325 | 325 | ||
| 326 | MODULE_ALIAS("platform:orion-ehci"); | 326 | MODULE_ALIAS("platform:orion-ehci"); |
| 327 | 327 | ||
| 328 | static const struct of_device_id ehci_orion_dt_ids[] __devinitdata = { | 328 | static const struct of_device_id ehci_orion_dt_ids[] = { |
| 329 | { .compatible = "marvell,orion-ehci", }, | 329 | { .compatible = "marvell,orion-ehci", }, |
| 330 | {}, | 330 | {}, |
| 331 | }; | 331 | }; |
