Files
linux/drivers
Ard Biesheuvel 0f7f2f0c0f 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 f7d9248942 ("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 <linux@roeck-us.net>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2016-01-13 10:35:14 -08:00
..
2016-01-12 01:10:36 +01:00
2015-12-29 15:32:24 -05:00
2016-01-08 21:20:32 -05:00
2016-01-12 01:08:47 +01:00
2016-01-01 18:31:34 +01:00
2016-01-12 01:08:47 +01:00
2015-10-29 09:02:16 +09:00
2016-01-05 18:04:58 +01:00
2015-11-08 16:24:43 -05:00
2016-01-12 11:51:57 -05:00
2015-11-16 15:41:49 +00:00
2016-01-12 01:12:40 +01:00
2016-01-07 13:21:53 +00:00