commit | b0fbaa6b5976962434349849673b9ff63631b6d4 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Thu Aug 07 15:12:39 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 18:50:19 2008 +0200 |
tree | 4bc19d6c321643be89684102a5fdae567702d02d | |
parent | 9b0094f7f289d752868aae1a3984517d712cbb22 [diff] |
EFI, x86: fix function prototype Fix function prototype in header file to match source code: linux-next-20080807/arch/x86/kernel/efi_64.c:100:14: error: symbol 'efi_ioremap' redeclared with different type (originally declared at include2/asm/efi.h:89) - different address spaces Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>