diff options
author | Lukas Bulwahn <[email protected]> | 2021-10-22 07:47:40 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2021-10-26 17:38:21 +0200 |
commit | 88b950ce58f7d7cecd072f0789c22032b3ed9950 (patch) | |
tree | 3f7f79d9f546cecbf95a7153dbfe9b3c7715ac03 | |
parent | 5c4f00627c9a881bacfd55ae9f2cd01ff33d4a9a (diff) |
MAINTAINERS: drop obsolete file pattern in SDHCI DRIVER section
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 <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a4a0c2baaf27..abb8f9177c36 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16795,7 +16795,6 @@ M: Adrian Hunter <[email protected]> S: Maintained F: drivers/mmc/host/sdhci* -F: include/linux/mmc/sdhci* SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER M: Eugen Hristev <[email protected]> |