[2.6 patch] i386/x86_64 i8259.c: make mask_and_ack_8259A static

2005-02-06 Thread Adrian Bunk
The patch below makes a needlessly global function static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 16 Jan 2005 arch/i386/kernel/i8259.c |4 ++-- arch/x86_64/kernel/i8259.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- linu

[2.6 patch] i386/x86_64 i8259.c: make mask_and_ack_8259A static

2005-01-16 Thread Adrian Bunk
The patch below makes a needlessly global function static. diffstat output: arch/i386/kernel/i8259.c |4 ++-- arch/x86_64/kernel/i8259.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.11-rc1-mm1-full/arch/i386/k