Re: [PATCH] samsung-laptop: should include delay.h

From: Greg KH
Date: Wed Aug 26 2009 - 12:40:02 EST


On Tue, Aug 25, 2009 at 01:55:00PM +0400, Alexander Beregalov wrote:
> Fix this build error:
> drivers/platform/x86/samsung-laptop.c:141: error: implicit declaration of function 'msleep'
>
> Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx>
> ---
> drivers/platform/x86/samsung-laptop.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
> index c6f9a86..19e0ef2 100644
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -17,6 +17,7 @@
> #include <linux/fb.h>
> #include <linux/dmi.h>
> #include <linux/platform_device.h>
> +#include <linux/delay.h>

Thanks, I've merged this with the main version of the driver, the next
time it shows up in linux-next (it is currently removed from there at
the moment), it will have this change in it.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/