From patchwork Fri Jul 15 19:47:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9232513 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7398C60868 for ; Fri, 15 Jul 2016 19:48:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 684D72621F for ; Fri, 15 Jul 2016 19:48:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5D13026D08; Fri, 15 Jul 2016 19:48:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 333152621F for ; Fri, 15 Jul 2016 19:48:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 104B56EAB3; Fri, 15 Jul 2016 19:48:23 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6076D6EAB6 for ; Fri, 15 Jul 2016 19:48:20 +0000 (UTC) Received: by mail-wm0-x242.google.com with SMTP id q128so3447925wma.1 for ; Fri, 15 Jul 2016 12:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=BaoR13w/+fl9wEbX6I0FPTM5A4dpqKekAuSqUpXVWw4=; b=HDYc9/nRIP1olh9R3Pjq0ErOMqAagOjv528w36PHuw6gpp9BcRuOrtVtUgmakfb3Hc DneFgnAP3qd/HdxmJBamhDbBJldIpw6GLOlyhf1Z5FwfjPeVwiE10PxYDgok8gY8UgNf s2ZDctL8Xjot+AXysggTwL82rwhk6GiV7Pn88= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=BaoR13w/+fl9wEbX6I0FPTM5A4dpqKekAuSqUpXVWw4=; b=D7db1x8RUqLQwUDXoi/Pl9h23X2bXL5BRRTI2Kf56CGLo+zzMK3KmZQE/FfEj659N4 f1tntpLKqQBLMkhdSm30sFkyqfGyjWqIOsVyBNPKtsVrptvUT1/60GBYGDaCgdx71lvt ph2pb/+vWtXPAXpDkoB7ccMg7yhmuWgOYALayupgtVAAArEugUXkD8982t+l0fDr8arQ csPrNPardQUDCXfaVlMN0tX90kwJATnkCpGTUH3Xdfeq2XHeSr6tKpDZWNEPF8nPniEx TxugUVzMDQrYyjZ2RR+1vQF/pcZxDcooVj2JC8IacbshoRJ0HFcw7ykCB8bsl12PG6jc IxQw== X-Gm-Message-State: ALyK8tKLkL03mXOX5wexioJ/d3Kbg13iXdoUpIik8SkR8E4iKU1iVKMz5dyQu+PoYj+EOw== X-Received: by 10.28.61.215 with SMTP id k206mr38191634wma.80.1468612097543; Fri, 15 Jul 2016 12:48:17 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:56b5:0:ac27:b86c:7764:9429]) by smtp.gmail.com with ESMTPSA id bf3sm2256810wjb.32.2016.07.15.12.48.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jul 2016 12:48:16 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 01/11] drm/drm-kms.rst: Remove unused drm_fourcc.h include directive Date: Fri, 15 Jul 2016 21:47:58 +0200 Message-Id: <1468612088-9721-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.8.1 Cc: Daniel Vetter , Intel Graphics Development , Laurent Pinchart , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP 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 Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-kms.rst | 3 --- 1 file changed, 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: