]> git.baikalelectronics.ru Git - kernel.git/commit
n_tty: Fix build breakage on ppc64
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 24 Jul 2013 13:30:05 +0000 (09:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 16:20:21 +0000 (09:20 -0700)
commit89d6fe1fa2336a43d39915424ae03135fc6460b6
tree0c8ea6f3a0076b297a12f137d86973e07c838b8d
parentc22381fa33e6c66a27fd3e42fabab59ab797fc1f
n_tty: Fix build breakage on ppc64

Commit 3ca08e7626dd027989b4dced1adf373c69e524b6
  'n_tty: Move buffers into n_tty_data'
broke the ppc64 build.

Include vmalloc.h for the required function declarations.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c