diff options
author | Emil Velikov <[email protected]> | 2016-04-22 00:03:50 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2016-05-03 18:15:48 +0200 |
commit | baceac3ad93a4182f0397bcc97e13ba8fd4be6e4 (patch) | |
tree | 3f5daf872017e2989c695781354cd68af89666db | |
parent | 7f4eaa89fb20d9fd178d2f9db5aa2df5af358dcd (diff) |
MAINTAINERS: Remove unneded wildcard for the i915 DRM driver
There is no other file but the UAPI header, thus we can drop the
wildcard.
Cc: Daniel Vetter <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: [email protected]
Cc: [email protected]
Acked-by: Jani Nikula <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe87bbe9d226..d60ea48c5f83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3794,7 +3794,7 @@ T: git git://anongit.freedesktop.org/drm-intel S: Supported F: drivers/gpu/drm/i915/ F: include/drm/i915* -F: include/uapi/drm/i915* +F: include/uapi/drm/i915_drm.h DRM DRIVERS FOR ATMEL HLCDC M: Boris Brezillon <[email protected]> |