commit | c9094db02a06a947c52ffe5f376033444a0da8af | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Nov 07 08:41:58 2018 -0600 |
committer | Bjorn Helgaas <helgaas@kernel.org> | Wed Nov 07 08:41:58 2018 -0600 |
tree | 7e3ac7fab05497472d0ddfa3cc27ff5b7690d11a | |
parent | 4a57f58f6a23575aa4469d5e2ddfd7b17c46ae76 [diff] |
MAINTAINERS: Add x86 early-quirks.c file pattern to PCI subsystem arch/x86/kernel/early-quirks.c contains special PCI quirks that need to run even before the usual DECLARE_PCI_FIXUP_EARLY() quirks. These have typically been merged by the x86 maintainers, which is fine, but PCI folks should at least see what's happening, so add a file pattern to the PCI subsystem entry. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Ingo Molnar <mingo@kernel.org>