On Thu, Jun 6, 2019 at 4:39 AM Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> wrote: > > On Wed, 5 Jun 2019 at 20:11, Matthew Garrett <matthewgarrett@xxxxxxxxxx> 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 .