Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177277
b: refs/heads/master
c: c6feb76
h: refs/heads/master
i:
  177275: 4d2980b
v: v3
  • Loading branch information
Michael Hennerich authored and Mike Frysinger committed Dec 15, 2009
1 parent 087c6fe commit 924c9b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: a8e8e491686bb34eb5aea37f58c9020f48629237
refs/heads/master: c6feb7682885f732a264ef589ee44edb1a3d45f2
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-bf561/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static struct isp1760_platform_data isp1760_priv = {
};

static struct platform_device bfin_isp1760_device = {
.name = "isp1760-hcd",
.name = "isp1760",
.id = 0,
.dev = {
.platform_data = &isp1760_priv,
Expand Down

0 comments on commit 924c9b9

Please sign in to comment.