[2.6 patch] i386/kernel/i387.c: misc cleanups

2005-02-06 Thread Adrian Bunk
This patch contains the following cleanups: - make a needlessly global variable static - #if 0 four unused global functions Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 16 Jan 2005 arch/i386/kernel/i387.c |8 +++- include/asm-i386/i387.h |6 -

[2.6 patch] i386/kernel/i387.c: misc cleanups

2005-01-16 Thread Adrian Bunk
The patch below contains the following cleanups: - make a needlessly global variable static - #if 0 four unused global functions diffstat output: arch/i386/kernel/i387.c |8 +++- include/asm-i386/i387.h |6 -- 2 files changed, 7 insertions(+), 7 deletions(-) Signed-off-by: Adri