On Thu, Jun 6, 2019 at 4:39 AM Ard Biesheuvel <[email protected]> wrote: > > On Wed, 5 Jun 2019 at 20:11, Matthew Garrett <[email protected]> > wrote: > > > > asm/early_ioremap.h needs to be #included before tpm_eventlog.h in order > > to ensure that early_memremap is available. > > > > Doesn't that make it tpm_eventlog.h's job to #include it?
tpm_eventlog.h doesn't use early_memremap directly, it's expanded from the macros declared in tpm.c .
