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 a54cc3137da5e7c0b0ec89bad4b12db43f6cefab..89af44a788df7f5039b2a93b5230628c0e5b52b6 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"