]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
authorKirill A. Shutemov <k.shutemov@gmail.com>
Thu, 7 Feb 2008 08:15:54 +0000 (00:15 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:30 +0000 (08:42 -0800)
commit516c25a86f6bdad77ded01a43c52c5569c8d690c
treee7404e73fd103f70958ccb1bc1c74ff1c7ff48bf
parentc1445db9f72db0537c43a2eab6e1b0f6741162f5
Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed

asm/elf.h, asm/page.h and asm/user.h don't export to userspace now, so we can
drop #ifdef __KERNEL__ for them.

[k.shutemov@gmail.com: remove #ifdef __KERNEL_]
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
45 files changed:
include/asm-alpha/elf.h
include/asm-alpha/page.h
include/asm-arm/elf.h
include/asm-arm/page.h
include/asm-avr32/elf.h
include/asm-avr32/page.h
include/asm-blackfin/elf.h
include/asm-blackfin/page.h
include/asm-cris/elf.h
include/asm-cris/page.h
include/asm-frv/elf.h
include/asm-frv/page.h
include/asm-h8300/elf.h
include/asm-h8300/page.h
include/asm-ia64/elf.h
include/asm-ia64/page.h
include/asm-m32r/elf.h
include/asm-m32r/page.h
include/asm-m68k/elf.h
include/asm-m68k/page.h
include/asm-m68knommu/elf.h
include/asm-m68knommu/page.h
include/asm-mips/elf.h
include/asm-mips/page.h
include/asm-mips/user.h
include/asm-parisc/elf.h
include/asm-parisc/page.h
include/asm-powerpc/page.h
include/asm-powerpc/page_32.h
include/asm-powerpc/page_64.h
include/asm-powerpc/user.h
include/asm-s390/elf.h
include/asm-s390/page.h
include/asm-sh/page.h
include/asm-sparc/elf.h
include/asm-sparc/page.h
include/asm-sparc64/elf.h
include/asm-sparc64/page.h
include/asm-v850/elf.h
include/asm-v850/page.h
include/asm-v850/user.h
include/asm-x86/elf.h
include/asm-x86/user.h
include/asm-xtensa/elf.h
include/asm-xtensa/page.h