diff options
author | Lukas Bulwahn <[email protected]> | 2023-06-23 06:07:36 +0200 |
---|---|---|
committer | Helge Deller <[email protected]> | 2023-06-24 10:07:29 +0200 |
commit | 29c171de52bcef23a7593a890cbcb6761be0123c (patch) | |
tree | d20a0782dc4a9b9d4c2c07a06b124d67398e178f | |
parent | 7947540d1d1e76297869921ed601e2f47fa6f27d (diff) |
MAINTAINERS: adjust entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
Commit d4313a68ec91 ("fbdev/media: Use GPIO descriptors for VIA GPIO")
moves via-gpio.h from include/linux to drivers/video/fbdev/via, but misses
to adjust the file entry for the VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER
DRIVER section.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Remove the file entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER, as
the new location of the header is already covered by the file entry
drivers/video/fbdev/via/.
Signed-off-by: Lukas Bulwahn <[email protected]>
Fixes: d4313a68ec91 ("fbdev/media: Use GPIO descriptors for VIA GPIO")
Signed-off-by: Helge Deller <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0dab9737ec16..c3fcad313a2b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22176,7 +22176,6 @@ L: [email protected] S: Maintained F: drivers/video/fbdev/via/ F: include/linux/via-core.h -F: include/linux/via-gpio.h F: include/linux/via_i2c.h VIA VELOCITY NETWORK DRIVER |