public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alexander Beregalov <a.beregalov@gmail.com>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] samsung-laptop: should include delay.h
Date: Wed, 26 Aug 2009 09:13:55 -0700	[thread overview]
Message-ID: <20090826161355.GA22474@kroah.com> (raw)
In-Reply-To: <1251194100-15472-1-git-send-email-a.beregalov@gmail.com>

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@gmail.com>
> ---
>  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

      reply	other threads:[~2009-08-26 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-25  9:55 [PATCH] samsung-laptop: should include delay.h Alexander Beregalov
2009-08-26 16:13 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090826161355.GA22474@kroah.com \
    --to=greg@kroah.com \
    --cc=a.beregalov@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox