diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-09-28 17:34:21 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-09-28 17:34:21 -0500 |
commit | 573bcd380921b5216b62dcd072ec426f5ecbeb9d (patch) | |
tree | f6afc911a33d1969efa39b766107794f93a02a93 /MAINTAINERS | |
parent | 083874549fdfefa629dfa752785e20427dde1511 (diff) | |
download | linux-stable-573bcd380921b5216b62dcd072ec426f5ecbeb9d.tar.gz linux-stable-573bcd380921b5216b62dcd072ec426f5ecbeb9d.tar.bz2 linux-stable-573bcd380921b5216b62dcd072ec426f5ecbeb9d.zip |
MAINTAINERS: Remove obsolete drivers/pci pattern from ACPI section
Prior to 256a45937093 ("PCI/AER: Squash aerdrv_acpi.c into aerdrv.c"),
drivers/pci/pcie/aer/aerdrv_acpi.c contained code to parse the ACPI HEST
table. That code now lives in drivers/pci/pcie/aer.c.
Remove the "F: drivers/pci/*/*/*acpi*" pattern because it matches nothing.
We could add a "F: drivers/pci/pcie/aer.c" pattern to the ACPI APEI
section, but that file sees a lot of changes, almost none of which are of
interest to the ACPI folks.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 700408b7bc53..9babd8a0406b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -324,7 +324,6 @@ F: Documentation/ABI/testing/sysfs-bus-acpi F: Documentation/ABI/testing/configfs-acpi F: drivers/pci/*acpi* F: drivers/pci/*/*acpi* -F: drivers/pci/*/*/*acpi* F: tools/power/acpi/ ACPI APEI |