From b9aad8fa95e9febc4513f1639a998913783c321e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 21 Dec 2012 13:14:52 -0800 Subject: [PATCH] --- yaml --- r: 348184 b: refs/heads/master c: 59a609a97a59a10b0d5e46e9491c856efb57065d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/ehci-orion.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4e0d8d802f49..458ff818e83f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49cfe4db2ddc4d1b32f2bd4910a5a9d7a0e34ae8 +refs/heads/master: 59a609a97a59a10b0d5e46e9491c856efb57065d diff --git a/trunk/drivers/usb/host/ehci-orion.c b/trunk/drivers/usb/host/ehci-orion.c index a7d1f5b4c4ed..914a3ecfb5d3 100644 --- a/trunk/drivers/usb/host/ehci-orion.c +++ b/trunk/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", }, {}, };