altera_uart: Fix missing prototype for registering an early console
authorAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 1 Oct 2010 13:22:55 +0000 (17:22 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:08 +0000 (10:20 -0700)
commit5d89a48acfbaae02e7ecf97d4d8cc570a31964c5
treed4693f5a7b9c7607844b784a0adf2e442d8903f2
parent288e9feb51f428377d486e18a107c144554e5e40
altera_uart: Fix missing prototype for registering an early console

Simply add an early_altera_uart_setup() prototype declaration, otherwise
platform code have to do it in .c files, which is ugly.

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/altera_uart.h