From: Greg Kroah-Hartman <gregkh@suse.de> Date: Fri, 19 Jun 2009 18:04:32 +0000 (-0700) Subject: Staging: comedi: fix build errors X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7a5d70796379e3d51d0c652fbe1634b81d3bbd5;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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> --- 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"