lkml.org 
[lkml]   [2012]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [patch -next 2/2] drivers, samsung-laptop: fix usage of isalnum
From
On Wed, Mar 14, 2012 at 6:59 AM, David Rientjes <rientjes@google.com> wrote:
> linux/ctype.h is needed for isalnum() to avoid a build error:
>
> drivers/platform/x86/samsung-laptop.c: In function ‘samsung_sabi_diag’:
> drivers/platform/x86/samsung-laptop.c:1306: error: implicit declaration of function ‘isalnum’
>
> Signed-off-by: David Rientjes <rientjes@google.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
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -25,6 +25,7 @@
>  #include <linux/acpi.h>
>  #include <linux/seq_file.h>
>  #include <linux/debugfs.h>
> +#include <linux/ctype.h>
>
>  /*
>  * This driver is needed because a number of Samsung laptops do not hook

Acked-by: Corentin Chary <corentincj@iksaif.net>

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

\
 
 \ /
  Last update: 2012-03-14 08:15    [W:0.052 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site