diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 20:04:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 20:04:32 +0200 |
commit | c7a5d70796379e3d51d0c652fbe1634b81d3bbd5 (patch) | |
tree | 4fb6b8cd94844f948d4c1ce10bc9259dcec8a482 /drivers/staging | |
parent | Staging: udlfb: update to version 0.2.3 (diff) | |
download | linux-c7a5d70796379e3d51d0c652fbe1634b81d3bbd5.tar.xz linux-c7a5d70796379e3d51d0c652fbe1634b81d3bbd5.zip |
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/staging')
-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 a54cc3137da5..89af44a788df 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" |