Re: [2.6 patch] x86: make struct efi_phys static

2008-02-13 Thread Huang, Ying
On Wed, 2008-02-13 at 23:29 +0200, Adrian Bunk wrote: > Thuis patch makes the needlessly global struct efi_phys static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > 3002c1d384e748f2928823ff4b10ed4d6082dceb > diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c > index

[2.6 patch] x86: make struct efi_phys static

2008-02-13 Thread Adrian Bunk
Thuis patch makes the needlessly global struct efi_phys static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 3002c1d384e748f2928823ff4b10ed4d6082dceb diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c index 1411324..1211ab2 100644 --- a/arch/x86/kernel/efi.c +++

[2.6 patch] x86: make struct efi_phys static

2008-02-13 Thread Adrian Bunk
Thuis patch makes the needlessly global struct efi_phys static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 3002c1d384e748f2928823ff4b10ed4d6082dceb diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c index 1411324..1211ab2 100644 --- a/arch/x86/kernel/efi.c +++

Re: [2.6 patch] x86: make struct efi_phys static

2008-02-13 Thread Huang, Ying
On Wed, 2008-02-13 at 23:29 +0200, Adrian Bunk wrote: Thuis patch makes the needlessly global struct efi_phys static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 3002c1d384e748f2928823ff4b10ed4d6082dceb diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c index