staging: comedi: comedi_buf: needs <linux/vmalloc.h>

As reported by the kbuild test robot:

Commit: ce157f8032
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>
This commit is contained in:
H Hartley Sweeten 2013-07-24 09:55:39 -07:00 committed by Greg Kroah-Hartman
parent 305591a58d
commit 76a1de3284

View file

@ -15,6 +15,8 @@
* GNU General Public License for more details.
*/
#include <linux/vmalloc.h>
#include "comedidev.h"
#include "comedi_internal.h"