diff options
| author | Ard Biesheuvel <[email protected]> | 2016-01-12 13:22:46 +0000 |
|---|---|---|
| committer | Tony Luck <[email protected]> | 2016-01-13 18:35:14 +0000 |
| commit | 0f7f2f0c0fcbe5e2bcba707a628ebaedfe2be4b4 (patch) | |
| tree | 0c2614b11197a3e0ad4f9c964545f0c95ff51496 /lib/dma-debug.c | |
| parent | ia64: split off early_ioremap() declarations into asm/early_ioremap.h (diff) | |
| download | kernel-0f7f2f0c0fcbe5e2bcba707a628ebaedfe2be4b4.tar.gz kernel-0f7f2f0c0fcbe5e2bcba707a628ebaedfe2be4b4.zip | |
efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap
The code in efi.c uses early_memremap(), but relies on a transitive
include rather than including asm/early_ioremap.h directly, since
this header did not exist on ia64.
Commit f7d924894265 ("arm64/efi: refactor EFI init and runtime code
for reuse by 32-bit ARM") attempted to work around this by including
asm/efi.h, which transitively includes asm/early_ioremap.h on most
architectures. However, since asm/efi.h does not exist on ia64 either,
this is not much of an improvement.
Now that we have created an asm/early_ioremap.h for ia64, we can just
include it directly.
Reported-by: Guenter Roeck <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Diffstat (limited to 'lib/dma-debug.c')
0 files changed, 0 insertions, 0 deletions
