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>
This commit is contained in:

zatwierdzone przez
Greg Kroah-Hartman

rodzic
671b4b2ba9
commit
62d08a1151
@@ -60,7 +60,7 @@ static int ehci_platform_reset(struct usb_hcd *hcd)
|
||||
|
||||
static struct hc_driver __read_mostly ehci_platform_hc_driver;
|
||||
|
||||
static const struct ehci_driver_overrides platform_overrides __initdata = {
|
||||
static const struct ehci_driver_overrides platform_overrides __initconst = {
|
||||
.reset = ehci_platform_reset,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user