Message ID | 1461279842-28695-2-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Apr 21, 2016 at 7:03 PM, Emil Velikov <emil.l.velikov@gmail.com> wrote: > There are no other files but the UAPI headers, thus we can drop the > wildcard. > > Cc: Alex Deucher <alexander.deucher@amd.com> > Cc: Christian König <christian.koenig@amd.com> > Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Applied. thanks! Alex > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1c32f8a..2ac57ac 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3769,9 +3769,9 @@ L: dri-devel@lists.freedesktop.org > T: git git://people.freedesktop.org/~agd5f/linux > S: Supported > F: drivers/gpu/drm/radeon/ > -F: include/uapi/drm/radeon* > +F: include/uapi/drm/radeon_drm.h > F: drivers/gpu/drm/amd/ > -F: include/uapi/drm/amdgpu* > +F: include/uapi/drm/amdgpu_drm.h > > DRM PANEL DRIVERS > M: Thierry Reding <thierry.reding@gmail.com> > -- > 2.6.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/MAINTAINERS b/MAINTAINERS index 1c32f8a..2ac57ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3769,9 +3769,9 @@ L: dri-devel@lists.freedesktop.org T: git git://people.freedesktop.org/~agd5f/linux S: Supported F: drivers/gpu/drm/radeon/ -F: include/uapi/drm/radeon* +F: include/uapi/drm/radeon_drm.h F: drivers/gpu/drm/amd/ -F: include/uapi/drm/amdgpu* +F: include/uapi/drm/amdgpu_drm.h DRM PANEL DRIVERS M: Thierry Reding <thierry.reding@gmail.com>
There are no other files but the UAPI headers, thus we can drop the wildcard. Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)