aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-05-03 11:57:00 -0400
committerJonathan Cameron <jic23@kernel.org>2014-03-15 11:32:16 -0400
commit301841a634976c1cef4490cae577ffd0f26d0149 (patch)
tree47013f04d1b094633ecee893d4aa6fdc806e7822
parent142df13b7598d88de5b163464e74d2101912f479 (diff)
ARM: at91: at91sam9260: change at91_adc name
We can't use "at91_adc" to refer to the at91_adc driver anymore as the name is used to match an id_table. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r--arch/arm/mach-at91/at91sam9260_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9260_devices.c b/arch/arm/mach-at91/at91sam9260_devices.c
index eda8d1679d40..0a0315920963 100644
--- a/arch/arm/mach-at91/at91sam9260_devices.c
+++ b/arch/arm/mach-at91/at91sam9260_devices.c
@@ -1292,7 +1292,7 @@ static struct resource adc_resources[] = {
1292}; 1292};
1293 1293
1294static struct platform_device at91_adc_device = { 1294static struct platform_device at91_adc_device = {
1295 .name = "at91_adc", 1295 .name = "at91sam9260-adc",
1296 .id = -1, 1296 .id = -1,
1297 .dev = { 1297 .dev = {
1298 .platform_data = &adc_data, 1298 .platform_data = &adc_data,