Skip to content

Commit 25dc1d6

Browse files
NicolasDichtelmasahir0y
authored andcommitted
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: b72e746 ("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>
1 parent 4f4ddad commit 25dc1d6

File tree

1 file changed

+0
-1
lines changed
  • arch/x86/include/uapi/asm

1 file changed

+0
-1
lines changed

arch/x86/include/uapi/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ header-y += ldt.h
2727
header-y += mce.h
2828
header-y += mman.h
2929
header-y += msgbuf.h
30-
header-y += msr-index.h
3130
header-y += msr.h
3231
header-y += mtrr.h
3332
header-y += param.h

0 commit comments

Comments
 (0)