lkml.org 
[lkml]   [2011]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] asm-generic/system.h: drop useless __KERNEL__
Date
This header isn't exported to user-space, and even if it was, the
__KERNEL__ check covers the entire file, so we'd get a useless stub
in the first place. So punt it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
include/asm-generic/system.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/asm-generic/system.h b/include/asm-generic/system.h
index 4b0b9cb..215efa7 100644
--- a/include/asm-generic/system.h
+++ b/include/asm-generic/system.h
@@ -14,7 +14,6 @@
#ifndef __ASM_GENERIC_SYSTEM_H
#define __ASM_GENERIC_SYSTEM_H

-#ifdef __KERNEL__
#ifndef __ASSEMBLY__

#include <linux/types.h>
@@ -139,5 +138,4 @@ unsigned long __xchg(unsigned long x, volatile void *ptr, int size)

#endif /* !__ASSEMBLY__ */

-#endif /* __KERNEL__ */
#endif /* __ASM_GENERIC_SYSTEM_H */
--
1.7.5.rc1


\
 
 \ /
  Last update: 2011-04-14 01:43    [W:0.158 / U:0.764 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site