diff options
author | Lukas Bulwahn <[email protected]> | 2022-03-16 13:48:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-03-16 14:38:39 +0100 |
commit | ca7918f21466545250033b5bd077c2fbab0247a3 (patch) | |
tree | 7b785240d2542b6112c71654d2e0bba0eaaf5e69 | |
parent | 1868755c9078cda1a3a4abd866edd42f9a46b1ed (diff) |
MAINTAINERS: remove the obsolete file entry for staging in ANDROID DRIVERS
Commit 721412ed3d81 ("staging: remove ashmem") removes the last android
driver from staging, but misses to adjust MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Remove the obsolete file entry in ANDROID DRIVERS.
Signed-off-by: Lukas Bulwahn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a53ef77ffd2b..bf58c6c4f812 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1259,7 +1259,6 @@ L: [email protected] S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git F: drivers/android/ -F: drivers/staging/android/ ANDROID GOLDFISH PIC DRIVER M: Miodrag Dinic <[email protected]> |