1
0
Fork 0

Staging: comedi: fix build errors

Some of the comedi drivers need timer.h to build properly, so put it
in the comedidev.h file to fix these errors.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Greg Kroah-Hartman 2009-06-19 11:04:32 -07:00
parent 7316bc55ed
commit c7a5d70796
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <linux/dma-mapping.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/timer.h>
#include "comedi.h"