arch/x86/kernel/resource.c: needs spinlock.h
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 28 Feb 2022 23:05:35 +0000 (10:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Mar 2022 09:25:39 +0000 (20:25 +1100)
commitbfe10eb486b4c7865d75aaff29470d50bccf8f50
tree334e987e45f993061b1311e273082779e900a3a5
parente65f964148fef6e535aa0e889ff1ec8215e73136
arch/x86/kernel/resource.c: needs spinlock.h

fix recent breaking in -next.  x86_64 allnoconfig.

In file included from arch/x86/kernel/resource.c:4:
./arch/x86/include/asm/pci_x86.h:105:8: error: unknown type name 'raw_spinlock_t'
  105 | extern raw_spinlock_t pci_config_lock;
      |        ^~~~~~~~~~~~~~

am too lazy to hunt down the offending commit.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/x86/kernel/resource.c