diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-10-15 06:37:33 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:14:55 -0500 |
commit | c6feb7682885f732a264ef589ee44edb1a3d45f2 (patch) | |
tree | fe4b20faf6e4f2c7e3151237bb985c3e34f62a7d /arch | |
parent | a8e8e491686bb34eb5aea37f58c9020f48629237 (diff) |
Blackfin: fix typo in isp1760 platform name
The driver changed from "isp1760-hcd" to "isp1760", so update resources
to match.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c index 40b993449917..7ab0800e2914 100644 --- a/arch/blackfin/mach-bf527/boards/cm_bf527.c +++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c | |||
@@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = { | |||
62 | }; | 62 | }; |
63 | 63 | ||
64 | static struct platform_device bfin_isp1760_device = { | 64 | static struct platform_device bfin_isp1760_device = { |
65 | .name = "isp1760-hcd", | 65 | .name = "isp1760", |
66 | .id = 0, | 66 | .id = 0, |
67 | .dev = { | 67 | .dev = { |
68 | .platform_data = &isp1760_priv, | 68 | .platform_data = &isp1760_priv, |
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 1c2ec2487195..5294fdd20732 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -60,7 +60,7 @@ static struct isp1760_platform_data isp1760_priv = { | |||
60 | }; | 60 | }; |
61 | 61 | ||
62 | static struct platform_device bfin_isp1760_device = { | 62 | static struct platform_device bfin_isp1760_device = { |
63 | .name = "isp1760-hcd", | 63 | .name = "isp1760", |
64 | .id = 0, | 64 | .id = 0, |
65 | .dev = { | 65 | .dev = { |
66 | .platform_data = &isp1760_priv, | 66 | .platform_data = &isp1760_priv, |
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index f02f20fb36d7..d5a4c82df604 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -66,7 +66,7 @@ static struct isp1760_platform_data isp1760_priv = { | |||
66 | }; | 66 | }; |
67 | 67 | ||
68 | static struct platform_device bfin_isp1760_device = { | 68 | static struct platform_device bfin_isp1760_device = { |
69 | .name = "isp1760-hcd", | 69 | .name = "isp1760", |
70 | .id = 0, | 70 | .id = 0, |
71 | .dev = { | 71 | .dev = { |
72 | .platform_data = &isp1760_priv, | 72 | .platform_data = &isp1760_priv, |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index e926d3959051..0d65cfaf0f6d 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -62,7 +62,7 @@ static struct isp1760_platform_data isp1760_priv = { | |||
62 | }; | 62 | }; |
63 | 63 | ||
64 | static struct platform_device bfin_isp1760_device = { | 64 | static struct platform_device bfin_isp1760_device = { |
65 | .name = "isp1760-hcd", | 65 | .name = "isp1760", |
66 | .id = 0, | 66 | .id = 0, |
67 | .dev = { | 67 | .dev = { |
68 | .platform_data = &isp1760_priv, | 68 | .platform_data = &isp1760_priv, |
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 9e2d8cfba546..6c5b50877a22 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -49,7 +49,7 @@ static struct isp1760_platform_data isp1760_priv = { | |||
49 | }; | 49 | }; |
50 | 50 | ||
51 | static struct platform_device bfin_isp1760_device = { | 51 | static struct platform_device bfin_isp1760_device = { |
52 | .name = "isp1760-hcd", | 52 | .name = "isp1760", |
53 | .id = 0, | 53 | .id = 0, |
54 | .dev = { | 54 | .dev = { |
55 | .platform_data = &isp1760_priv, | 55 | .platform_data = &isp1760_priv, |