From: Andrew Morton Date: Wed, 25 May 2011 00:13:44 +0000 (-0700) Subject: drivers/tty/serial/pch_uart.c needs slab.h X-Git-Tag: v3.0-rc1~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=023bc8e75f8cf9e4da8411154be22a4f809d3314;p=platform%2Fkernel%2Flinux-3.10.git drivers/tty/serial/pch_uart.c needs slab.h alpha allmodconfig: drivers/tty/serial/pch_uart.c: In function 'dma_handle_tx': drivers/tty/serial/pch_uart.c:873: error: implicit declaration of function 'kzalloc' drivers/tty/serial/pch_uart.c:873: warning: assignment makes pointer from integer without a cast drivers/tty/serial/pch_uart.c: In function 'pch_uart_init_port': drivers/tty/serial/pch_uart.c:1403: warning: assignment makes pointer from integer without a cast Cc: Alan Cox Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index c63d0d1..f2cb750 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c @@ -15,6 +15,7 @@ *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ #include +#include #include #include #include