commit | 5d89a48acfbaae02e7ecf97d4d8cc570a31964c5 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <cbouatmailru@gmail.com> | Fri Oct 01 17:22:55 2010 +0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:20:08 2010 -0700 |
tree | d4693f5a7b9c7607844b784a0adf2e442d8903f2 | |
parent | 288e9feb51f428377d486e18a107c144554e5e40 [diff] |
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>