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/blackfin/mach-bf527 | |
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/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 2 |
2 files changed, 2 insertions, 2 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, |