Skip to content

Commit

Permalink
Drivers: usb: host: ehci-orion.c: remove __devinitdata marking
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Jan 3, 2013
1 parent 49cfe4d commit 59a609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ehci-orion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
};
Expand Down

0 comments on commit 59a609a

Please sign in to comment.