Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364894
b: refs/heads/master
c: 62d08a1
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Greg Kroah-Hartman committed Apr 23, 2013
1 parent dc472f7 commit da8842b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 671b4b2ba9266cbcfe7210a704e9ea487dcaa988
refs/heads/master: 62d08a1151d2755dc580a8311a6684275e4aeb94
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-mxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct ehci_mxc_priv {

static struct hc_driver __read_mostly ehci_mxc_hc_driver;

static const struct ehci_driver_overrides ehci_mxc_overrides __initdata = {
static const struct ehci_driver_overrides ehci_mxc_overrides __initconst = {
.extra_priv_size = sizeof(struct ehci_mxc_priv),
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated)

static struct hc_driver __read_mostly ehci_pci_hc_driver;

static const struct ehci_driver_overrides pci_overrides __initdata = {
static const struct ehci_driver_overrides pci_overrides __initconst = {
.reset = ehci_pci_setup,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit da8842b

Please sign in to comment.