Commit 59a609a97a59a10b0d5e46e9491c856efb57065d

Authored by Greg Kroah-Hartman
1 parent 49cfe4db2d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/usb/host/ehci-orion.c
... ... @@ -325,7 +325,7 @@
325 325  
326 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 329 { .compatible = "marvell,orion-ehci", },
330 330 {},
331 331 };