]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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)
Commit 20bafb3d23d108bc0a896eb8b7c1501f4f649b77
  '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

index ed6c4e4d960a0dfd7e5da4bfe513205f518af89f..2c120b63429557265f3c652d50097a57f5da8f9f 100644 (file)
@@ -50,6 +50,7 @@
 #include <linux/uaccess.h>
 #include <linux/module.h>
 #include <linux/ratelimit.h>
+#include <linux/vmalloc.h>
 
 
 /* number of characters left in xmit buffer before select has we have room */