On Fri, 7 Mar 2008, Kristoffer Ericson wrote:

> diff --git a/drivers/input/touchscreen/hp680_ts_input.c 
> b/drivers/input/touchscreen/hp680_ts_input.c
> index c38d4e0..6b24f0b 100644
> --- a/drivers/input/touchscreen/hp680_ts_input.c
> +++ b/drivers/input/touchscreen/hp680_ts_input.c
> @@ -1,7 +1,16 @@
> +/*
> + * Platform driver for the HP Jornada 620/660/680/690 Touchscreen.
> + *
> + * Copyright 2008 Kristoffer Ericson <[EMAIL PROTECTED]>
> + *  Copyright ...-2007 Andriy Skulysh <[EMAIL PROTECTED]>
> + */
>  #include <linux/input.h>
>  #include <linux/module.h>
>  #include <linux/init.h>
>  #include <linux/interrupt.h>
> +#include <linux/platform_device.h>
> +#include <linux/sched.h>

Why is linux/sched.h needed? Maybe you want to include workqueue.h 
instead?

Thanks,

-- 
Jiri Kosina
SUSE Labs

Reply via email to