[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1215565828.3071.42.camel@josh-work.beaverton.ibm.com>
Date:	Tue, 08 Jul 2008 18:10:28 -0700
From:	Josh Triplett <josht@...ux.vnet.ibm.com>
To:	Daniel Guilak <guilak@...ux.vnet.ibm.com>
Cc:	linux-kernel@...r.kernel.org, trivial@...nel.org,
	akpm@...ux-foundation.org, torvalds@...ux-foundation.org,
	daniel@...ielguilak.com
Subject: Re: [PATCH] init/version.c: Silenced sparse warning by declaring
	the version string.
On Tue, 2008-07-08 at 14:21 -0700, Daniel Guilak wrote:
> Signed-off-by: Daniel Guilak <daniel@...ielguilak.com>
Looks reasonable.
Acked-by: Josh Triplett <josh@...nel.org>
> ---
>  init/version.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/init/version.c b/init/version.c
> index 9d17d70..041fd82 100644
> --- a/init/version.c
> +++ b/init/version.c
> @@ -16,6 +16,7 @@
>  #define version(a) Version_ ## a
>  #define version_string(a) version(a)
> 
> +extern int version_string(LINUX_VERSION_CODE);
>  int version_string(LINUX_VERSION_CODE);
> 
>  struct uts_namespace init_uts_ns = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
