diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-07-15 21:47:58 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-07-19 10:26:58 +0200 |
commit | 491444c3515e21d71f6b0c09d90e70794efafcf1 (patch) | |
tree | 24757ff86473ef38ec9f113c74a12751821fb765 /Documentation/gpu | |
parent | 96094081ae9586b7b99373814e81788448ff127e (diff) | |
download | linux-491444c3515e21d71f6b0c09d90e70794efafcf1.tar.gz linux-491444c3515e21d71f6b0c09d90e70794efafcf1.tar.bz2 linux-491444c3515e21d71f6b0c09d90e70794efafcf1.zip |
drm/drm-kms.rst: Remove unused drm_fourcc.h include directive
Right now there's nothing, and kernel-doc produces a warning because
of that. Remove it until we need it for a clean build.
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1468612088-9721-1-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-kms.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst index 0e1c80436c1d..675221f0a64b 100644 --- a/Documentation/gpu/drm-kms.rst +++ b/Documentation/gpu/drm-kms.rst @@ -67,9 +67,6 @@ drivers can manually clean up a framebuffer at module unload time with DRM Format Handling ------------------- -.. kernel-doc:: include/drm/drm_fourcc.h - :internal: - .. kernel-doc:: drivers/gpu/drm/drm_fourcc.c :export: |