]> rtime.felk.cvut.cz Git - can-eth-gw-linux.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)
commit023bc8e75f8cf9e4da8411154be22a4f809d3314
tree503d6f5ea1a4b6775c8b01b370e84045a6482dba
parent545554e7c5bb93bfbf134f9f12889701c0aadf97
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