Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755673AbZFDMls (ORCPT ); Thu, 4 Jun 2009 08:41:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754204AbZFDMlk (ORCPT ); Thu, 4 Jun 2009 08:41:40 -0400 Received: from hera.kernel.org ([140.211.167.34]:38699 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751692AbZFDMlj (ORCPT ); Thu, 4 Jun 2009 08:41:39 -0400 Subject: [PATCH 2/6] headers_check fix: ia64, fpswa.h From: Jaswinder Singh Rajput To: Sam Ravnborg Cc: Ingo Molnar , Andrew Morton , LKML , Tony Luck , linux-ia64@vger.kernel.org In-Reply-To: <1244118476.5172.29.camel@ht.satnam> References: <1244118232.5172.26.camel@ht.satnam> <1244118476.5172.29.camel@ht.satnam> Content-Type: text/plain Date: Thu, 04 Jun 2009 17:59:59 +0530 Message-Id: <1244118599.5172.31.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 33 fix the following 'make headers_check' warning: usr/include/asm-ia64/fpswa.h:71: extern's make no sense in userspace Signed-off-by: Jaswinder Singh Rajput --- arch/ia64/include/asm/fpswa.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/ia64/include/asm/fpswa.h b/arch/ia64/include/asm/fpswa.h index 62edfce..797b064 100644 --- a/arch/ia64/include/asm/fpswa.h +++ b/arch/ia64/include/asm/fpswa.h @@ -68,6 +68,7 @@ typedef struct { efi_fpswa_t fpswa; } fpswa_interface_t; +#ifdef __KERNEL__ extern fpswa_interface_t *fpswa_interface; - +#endif #endif /* _ASM_IA64_FPSWA_H */ -- 1.6.0.6 -- 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/