]> git.baikalelectronics.ru Git - kernel.git/commit
Really unexport asm/page.h
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 6 Mar 2008 10:57:54 +0000 (10:57 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 6 Mar 2008 16:13:47 +0000 (08:13 -0800)
commitc7d0ca5e83f3d5d37f9067a141eb037e20e0daa2
tree212648cbaf02b73b276ab5f0d32182f8f8edbb4d
parent4f1af3692a4b452b657dfa62cf1643e6568f8d17
Really unexport asm/page.h

Commit c58d2248a551d1680b1eff6882b11caf1839b450 removed page.h from
include/asm-generic/Kbuild so that it shouldn't get exported.

However, it was redundantly listed in asm-mn10300/Kbuild and
asm-x86/Kbuild too. Remove those as well, so it really stops being
exported on those architectures. Also remove the redundant listing of
ptrace.h and termios.h from mn10300.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-mn10300/Kbuild
include/asm-x86/Kbuild