Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ab42e24 authored by David Woodhouse's avatar David Woodhouse Committed by Linus Torvalds
Browse files

Really unexport asm/page.h



Commit ed7b1889 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: default avatarDavid Woodhouse <dwmw2@infradead.org>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d7fe321e
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
include include/asm-generic/Kbuild.asm
include include/asm-generic/Kbuild.asm

unifdef-y += termios.h
unifdef-y += ptrace.h
unifdef-y += page.h
+0 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@ unifdef-y += ist.h
unifdef-y += mce.h
unifdef-y += mce.h
unifdef-y += msr.h
unifdef-y += msr.h
unifdef-y += mtrr.h
unifdef-y += mtrr.h
unifdef-y += page.h
unifdef-y += posix_types_32.h
unifdef-y += posix_types_32.h
unifdef-y += posix_types_64.h
unifdef-y += posix_types_64.h
unifdef-y += ptrace.h
unifdef-y += ptrace.h