From: Lukas Bulwahn <[email protected]> Commit e6a8a000cfe6 ("drm/amd/display: Rename dml2 to dml2_0 folder") renames the directory dml2 to dml2_0 in ./drivers/gpu/drm/amd/display/dc, but misses to adjust the file entry in AMD DISPLAY CORE - DML.
Adjust the file entry after this directory renaming. Signed-off-by: Lukas Bulwahn <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4d739e18aab6..7031ee1e7cff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1080,7 +1080,7 @@ M: Austin Zheng <[email protected]> M: Jun Lei <[email protected]> S: Supported F: drivers/gpu/drm/amd/display/dc/dml/ -F: drivers/gpu/drm/amd/display/dc/dml2/ +F: drivers/gpu/drm/amd/display/dc/dml2_0/ AMD FAM15H PROCESSOR POWER MONITORING DRIVER M: Huang Rui <[email protected]> -- 2.51.0
