diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 11:04:32 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 11:04:32 -0700 |
commit | c7a5d70796379e3d51d0c652fbe1634b81d3bbd5 (patch) | |
tree | 4fb6b8cd94844f948d4c1ce10bc9259dcec8a482 /drivers | |
parent | 7316bc55ed20c1eae6ff87a35dc2a8e3827f2d79 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/comedi/comedidev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h index a54cc3137da..89af44a788d 100644 --- a/drivers/staging/comedi/comedidev.h +++ b/drivers/staging/comedi/comedidev.h @@ -39,6 +39,7 @@ #include <linux/dma-mapping.h> #include <linux/uaccess.h> #include <linux/io.h> +#include <linux/timer.h> #include "comedi.h" |