Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759259AbYHFPd7 (ORCPT ); Wed, 6 Aug 2008 11:33:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758579AbYHFPdY (ORCPT ); Wed, 6 Aug 2008 11:33:24 -0400 Received: from outbound-sin.frontbridge.com ([207.46.51.80]:43051 "EHLO SG2EHSOBE003.bigfish.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758529AbYHFPdW (ORCPT ); Wed, 6 Aug 2008 11:33:22 -0400 X-BigFish: VPS5(zz1cddkzz10d3izzz32i65h) X-Spam-TCS-SCL: 4:0 X-WSS-ID: 0K56R70-02-ZRQ-01 Message-ID: <20080806152319.479475593@amd.com> User-Agent: quilt/0.46_cvs20080326-19.1 Date: Wed, 6 Aug 2008 17:21:19 +0200 From: Peter Oruba To: Ingo Molnar , Thomas Gleixner , Dmitry Adamushko , Max Krasnyansky CC: Tigran Aivazian , LKML , Peter Oruba Subject: [patch 2/5] [PATCH 2/5] x86: Minor correction to header file References: <20080806152117.198754464@amd.com> Content-Disposition: inline; filename="0002-x86-Minor-correction-to-header-file.patch" X-OriginalArrivalTime: 06 Aug 2008 15:32:10.0009 (UTC) FILETIME=[97665890:01C8F7D9] MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 28 Signed-off-by: Peter Oruba --- 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); struct microcode_header_intel { unsigned int hdrver; -- 1.5.4.5 -- 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/