Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354586
b: refs/heads/master
c: 6e24777
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Gautam authored and Greg Kroah-Hartman committed Jan 24, 2013
1 parent 3719a03 commit 1c0edbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: bdb6bc06f7d694652c12fb8779bb031c2f220823
refs/heads/master: 6e2477777c8f1d4807437f7de11447319d426f8c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-s5p.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static const struct dev_pm_ops s5p_ehci_pm_ops = {

#ifdef CONFIG_OF
static const struct of_device_id exynos_ehci_match[] = {
{ .compatible = "samsung,exynos-ehci" },
{ .compatible = "samsung,exynos4210-ehci" },
{},
};
MODULE_DEVICE_TABLE(of, exynos_ehci_match);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static const struct dev_pm_ops exynos_ohci_pm_ops = {

#ifdef CONFIG_OF
static const struct of_device_id exynos_ohci_match[] = {
{ .compatible = "samsung,exynos-ohci" },
{ .compatible = "samsung,exynos4210-ohci" },
{},
};
MODULE_DEVICE_TABLE(of, exynos_ohci_match);
Expand Down

0 comments on commit 1c0edbb

Please sign in to comment.