lkml.org 
[lkml]   [2009]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 5/5 -tip] x86: asm/types.h remove irrelevant comment for userspace
From
Date

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 <jaswinderrajput@gmail.com>
---
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




\
 
 \ /
  Last update: 2009-06-18 10:49    [W:2.399 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site