serial: arc_uart: Fix module alias
authorAxel Lin <axel.lin@ingics.com>
Sun, 21 Jul 2013 02:14:15 +0000 (10:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:34:00 +0000 (16:34 -0700)
commitd5a12ea7a9e58d9e5c19d25cb668aadb396423ec
tree102eb88a380f6dc4920a9dbe363a33aa3bba2dde
parent1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f
serial: arc_uart: Fix module alias

Platform drivers use "platform:" prefix in module alias.
Also use DRIVER_NAME in MODULE_ALIAS to make module autoloading work.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/arc_uart.c