diff options
author | Andi Kleen <ak@linux.intel.com> | 2013-04-22 12:44:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-23 13:10:29 -0400 |
commit | 62d08a1151d2755dc580a8311a6684275e4aeb94 (patch) | |
tree | 9df8efef4e0c7677c156bf1b448e11cd0f5bb82f /drivers/usb/host/ehci-platform.c | |
parent | 671b4b2ba9266cbcfe7210a704e9ea487dcaa988 (diff) |
USB: Fix initconst in ehci driver
Fix some of the initconst markings in the ehci driver(s).
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-platform.c')
-rw-r--r-- | drivers/usb/host/ehci-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c index cda0fa9613e7..f47f2594c9d4 100644 --- a/drivers/usb/host/ehci-platform.c +++ b/drivers/usb/host/ehci-platform.c | |||
@@ -60,7 +60,7 @@ static int ehci_platform_reset(struct usb_hcd *hcd) | |||
60 | 60 | ||
61 | static struct hc_driver __read_mostly ehci_platform_hc_driver; | 61 | static struct hc_driver __read_mostly ehci_platform_hc_driver; |
62 | 62 | ||
63 | static const struct ehci_driver_overrides platform_overrides __initdata = { | 63 | static const struct ehci_driver_overrides platform_overrides __initconst = { |
64 | .reset = ehci_platform_reset, | 64 | .reset = ehci_platform_reset, |
65 | }; | 65 | }; |
66 | 66 | ||