diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-06-08 13:48:32 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-06-15 17:32:54 -0400 |
commit | 78ddb274b9ad81e64f55b19baf83d4a67e351973 (patch) | |
tree | e8d28401ad55800cbf7da1324f392f16894faf6b /arch | |
parent | 03347e2592078a90df818670fddf97a33eec70fb (diff) |
[IA64] unexport fpswa.h
fpswa.h is not relevant for userspace,
so do not export it.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild index ccbe8ae47a61..c7d0a71b9242 100644 --- a/arch/ia64/include/asm/Kbuild +++ b/arch/ia64/include/asm/Kbuild | |||
@@ -2,7 +2,6 @@ include include/asm-generic/Kbuild.asm | |||
2 | 2 | ||
3 | header-y += break.h | 3 | header-y += break.h |
4 | header-y += fpu.h | 4 | header-y += fpu.h |
5 | header-y += fpswa.h | ||
6 | header-y += ia64regs.h | 5 | header-y += ia64regs.h |
7 | header-y += intel_intrin.h | 6 | header-y += intel_intrin.h |
8 | header-y += perfmon_default_smpl.h | 7 | header-y += perfmon_default_smpl.h |