From 029246f06ac7e8a60c935ca404d4aa9b5ad9a36e Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Fri, 1 Oct 2010 17:22:55 +0400 Subject: [PATCH] --- yaml --- r: 213518 b: refs/heads/master c: 5d89a48acfbaae02e7ecf97d4d8cc570a31964c5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/altera_uart.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index edfbb14c5344..852e7fd73b83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 288e9feb51f428377d486e18a107c144554e5e40 +refs/heads/master: 5d89a48acfbaae02e7ecf97d4d8cc570a31964c5 diff --git a/trunk/include/linux/altera_uart.h b/trunk/include/linux/altera_uart.h index c022c82db7ca..a10a90791976 100644 --- a/trunk/include/linux/altera_uart.h +++ b/trunk/include/linux/altera_uart.h @@ -5,6 +5,8 @@ #ifndef __ALTUART_H #define __ALTUART_H +#include + struct altera_uart_platform_uart { unsigned long mapbase; /* Physical address base */ unsigned int irq; /* Interrupt vector */ @@ -12,4 +14,6 @@ struct altera_uart_platform_uart { unsigned int bus_shift; /* Bus shift (address stride) */ }; +int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp); + #endif /* __ALTUART_H */