From: Nicolas Dichtel Date: Mon, 27 Mar 2017 12:20:08 +0000 (+0200) Subject: x86: stop exporting msr-index.h to userland X-Git-Tag: v5.15~11307^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25dc1d6cc3082aab293e5dad47623b550f7ddd2a;p=platform%2Fkernel%2Flinux-starfive.git x86: stop exporting msr-index.h to userland Even if this file was not in an uapi directory, it was exported because it was listed in the Kbuild file. Fixes: b72e7464e4cf ("x86/uapi: Do not export as part of the user API headers") Suggested-by: Borislav Petkov Signed-off-by: Nicolas Dichtel Acked-by: Ingo Molnar Acked-by: Thomas Gleixner Signed-off-by: Masahiro Yamada --- diff --git a/arch/x86/include/uapi/asm/Kbuild b/arch/x86/include/uapi/asm/Kbuild index 3dec769cad..1c532b3 100644 --- a/arch/x86/include/uapi/asm/Kbuild +++ b/arch/x86/include/uapi/asm/Kbuild @@ -27,7 +27,6 @@ header-y += ldt.h header-y += mce.h header-y += mman.h header-y += msgbuf.h -header-y += msr-index.h header-y += msr.h header-y += mtrr.h header-y += param.h