Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758860AbZFRIpo (ORCPT ); Thu, 18 Jun 2009 04:45:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758234AbZFRIpN (ORCPT ); Thu, 18 Jun 2009 04:45:13 -0400 Received: from hera.kernel.org ([140.211.167.34]:46725 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758081AbZFRIpL (ORCPT ); Thu, 18 Jun 2009 04:45:11 -0400 Subject: [PATCH 5/5 -tip] x86: asm/types.h remove irrelevant comment for userspace From: Jaswinder Singh Rajput To: Ingo Molnar Cc: x86 maintainers , Sam Ravnborg , LKML In-Reply-To: <1245314553.31204.12.camel@ht.satnam> References: <1245314365.31204.7.camel@ht.satnam> <1245314443.31204.9.camel@ht.satnam> <1245314484.31204.10.camel@ht.satnam> <1245314519.31204.11.camel@ht.satnam> <1245314553.31204.12.camel@ht.satnam> Content-Type: text/plain Date: Thu, 18 Jun 2009 14:13:15 +0530 Message-Id: <1245314595.31204.13.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: 1145 Lines: 44 following comment is irrelevant at usr/include/asm/types.h : "These aren't exported outside the kernel to avoid name space clashes" Also fixed some spacing issues in usr/include/asm/types.h Signed-off-by: Jaswinder Singh Rajput --- arch/x86/include/asm/types.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/types.h b/arch/x86/include/asm/types.h index 09b9774..bebc9f3 100644 --- a/arch/x86/include/asm/types.h +++ b/arch/x86/include/asm/types.h @@ -9,10 +9,10 @@ typedef unsigned short umode_t; #endif /* __ASSEMBLY__ */ +#ifdef __KERNEL__ /* * These aren't exported outside the kernel to avoid name space clashes */ -#ifdef __KERNEL__ #ifndef __ASSEMBLY__ @@ -26,5 +26,4 @@ typedef u32 dma_addr_t; #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ - #endif /* _ASM_X86_TYPES_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/