[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080811192509.GE12788@elte.hu>
Date: Mon, 11 Aug 2008 21:25:09 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Peter Oruba <peter.oruba@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Dmitry Adamushko <dmitry.adamushko@...il.com>,
Max Krasnyansky <maxk@...lcomm.com>,
Tigran Aivazian <tigran@...azian.fsnet.co.uk>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [patch 2/5] [PATCH 2/5] x86: Minor correction to header file
* Peter Oruba <peter.oruba@....com> wrote:
> Signed-off-by: Peter Oruba <peter.oruba@....com>
> ---
> include/asm-x86/microcode.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/asm-x86/microcode.h b/include/asm-x86/microcode.h
> index 072bef1..fb08022 100644
> --- a/include/asm-x86/microcode.h
> +++ b/include/asm-x86/microcode.h
> @@ -1,5 +1,5 @@
> -extern int microcode_init(void *opaque, struct module *module);
> -extern void microcode_exit(void);
> +int microcode_init(void *opaque, struct module *module);
> +void microcode_exit(void);
why? extern is the typical way to specify interfaces.
Ingo
--
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