x86: stop exporting msr-index.h to userland
commit25dc1d6cc3
upstream. Even if this file was not in an uapi directory, it was exported because it was listed in the Kbuild file. Fixes:b72e7464e4
("x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers") Suggested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Ingo Molnar <mingo@kernel.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
98cc1464cf
commit
d7a711b64f
@ -27,7 +27,6 @@ header-y += ldt.h
|
|||||||
header-y += mce.h
|
header-y += mce.h
|
||||||
header-y += mman.h
|
header-y += mman.h
|
||||||
header-y += msgbuf.h
|
header-y += msgbuf.h
|
||||||
header-y += msr-index.h
|
|
||||||
header-y += msr.h
|
header-y += msr.h
|
||||||
header-y += mtrr.h
|
header-y += mtrr.h
|
||||||
header-y += param.h
|
header-y += param.h
|
||||||
|
Reference in New Issue
Block a user