From: Greg Kroah-Hartman Date: Fri, 21 Dec 2012 21:14:52 +0000 (-0800) Subject: Drivers: usb: host: ehci-orion.c: remove __devinitdata marking X-Git-Tag: firefly_0821_release~3680^2~1311^2~42 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59a609a97a59a10b0d5e46e9491c856efb57065d;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Greg Kroah-Hartman --- 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) 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", }, {}, };