]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/tty/serial/pch_uart.c needs slab.h
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 25 May 2011 00:13:44 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2011 15:39:57 +0000 (08:39 -0700)
commit50b87b0af8a5aa1b8ccad44d1a4bf18199066a8e
tree503d6f5ea1a4b6775c8b01b370e84045a6482dba
parent965cfe3848b1e7239ab3ac685426bfc49fca189f
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 <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/tty/serial/pch_uart.c