staging: comedi: comedi_buf: needs <linux/vmalloc.h>
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 24 Jul 2013 16:55:39 +0000 (09:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 17:01:25 +0000 (10:01 -0700)
As reported by the kbuild test robot:

Commit: ce157f8032bbd46d9427034c335b0afd751da25d
staging: comedi: con't rely on comedidev.h to include headers

Removed most the includes from comedidev.h and pushed only the needed
ones to all the comedi drivers.

This one was missed.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_buf.c

index b4c001b6f88f904c58b6e8cc946ae5a31f441109..94b2385fb0af29afc1812f0029ee28d47ff64608 100644 (file)
@@ -15,6 +15,8 @@
  * GNU General Public License for more details.
  */
 
+#include <linux/vmalloc.h>
+
 #include "comedidev.h"
 #include "comedi_internal.h"
 
This page took 0.025493 seconds and 5 git commands to generate.