MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 22 Oct 2021 05:47:40 +0000 (07:47 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 26 Oct 2021 15:38:21 +0000 (17:38 +0200)
Commit 5c67aa59bd8f ("mmc: sdhci-pci: Remove dead code (struct
sdhci_pci_data et al)") removes ./include/linux/mmc/sdhci-pci-data.h;
so, there is no further file that matches 'include/linux/mmc/sdhci*'.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    include/linux/mmc/sdhci*

Drop this obsolete file pattern in SECURE DIGITAL HOST CONTROLLER
INTERFACE (SDHCI) DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211022054740.25222-1-lukas.bulwahn@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
MAINTAINERS

index a4a0c2b..abb8f91 100644 (file)
@@ -16795,7 +16795,6 @@ M:      Adrian Hunter <adrian.hunter@intel.com>
 L:     linux-mmc@vger.kernel.org
 S:     Maintained
 F:     drivers/mmc/host/sdhci*
-F:     include/linux/mmc/sdhci*
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
 M:     Eugen Hristev <eugen.hristev@microchip.com>