Staging: comedi: fix build errors
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:04:32 +0000 (11:04 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:04:32 +0000 (11:04 -0700)
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>
drivers/staging/comedi/comedidev.h

index a54cc31..89af44a 100644 (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"