From: David Woodhouse Date: Wed, 6 Sep 2006 16:03:26 +0000 (-0700) Subject: [PATCH] Remove unneeded asm-i386/cpufeature.h from user visibility. X-Git-Tag: v2.6.18-rc7~28 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b4a228346c1a7d09f565e750d2e988c5671e9fa3;p=linux-2.6-omap-h63xx.git [PATCH] Remove unneeded asm-i386/cpufeature.h from user visibility. Signed-off-by: David Woodhouse Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/Kbuild b/include/asm-i386/Kbuild index c064a8e9170..335b2fa4e06 100644 --- a/include/asm-i386/Kbuild +++ b/include/asm-i386/Kbuild @@ -1,5 +1,5 @@ include include/asm-generic/Kbuild.asm -header-y += boot.h cpufeature.h debugreg.h ldt.h setup.h ucontext.h +header-y += boot.h debugreg.h ldt.h setup.h ucontext.h unifdef-y += mtrr.h vm86.h