Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/usb/host/ehci-orion.c
··· 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 };