[PATCH] at91_serial -> atmel_serial: Platform device name

Rename the "at91_usart" platform driver "atmel_usart" and update
platform devices accordingly.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Haavard Skinnemoen
2006-10-04 16:02:03 +02:00
committed by Linus Torvalds
parent 749c4e6033
commit 1e8ea80219
3 changed files with 26 additions and 26 deletions

View File

@@ -947,7 +947,7 @@ static struct platform_driver at91_serial_driver = {
.suspend = at91_serial_suspend,
.resume = at91_serial_resume,
.driver = {
.name = "at91_usart",
.name = "atmel_usart",
.owner = THIS_MODULE,
},
};