Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1361114

[RFC PATCH linus] drm/nouveau/kms: nouveau_hdmimhz can be static

Path csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod
From kbuild test robot <fengguang.wu@intel.com>
Newsgroups linux.kernel
Subject [RFC PATCH linus] drm/nouveau/kms: nouveau_hdmimhz can be static
Date Sat, 19 Mar 2016 15:20:01 +0100
Message-ID <repTr-VC-7@gated-at.bofh.it> (permalink)
References <repTr-VC-1@gated-at.bofh.it>
X-Extloop1 1
X-Ironport-Av E=Sophos;i="5.24,360,1455004800"; d="scan'208";a="927629687"
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
X-Sa-Exim-Connect-IP <locally generated>
X-Sa-Exim-Mail-From fengguang.wu@intel.com
X-Sa-Exim-Scanned No (on bee); SAEximRunCond expanded to false
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 19
Organization linux.* mail to news gateway
X-Original-Cc kbuild-all@01.org, linux-kernel@vger.kernel.org, David Airlie <airlied@linux.ie>, Ben Skeggs <bskeggs@redhat.com>, Daniel Vetter <daniel.vetter@ffwll.ch>, Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, Thierry Reding <treding@nvidia.com>, Jani Nikula <jani.nikula@intel.com>, Ilia Mirkin <imirkin@alum.mit.edu>, Lukas Wunner <lukas@wunner.de>, dri-devel@lists.freedesktop.org
X-Original-Date Sat, 19 Mar 2016 22:17:14 +0800
X-Original-Message-ID <20160319141714.GA21737@lkp-ib04>
X-Original-References <201603192240.bx0vLALq%fengguang.wu@intel.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1361114

Show key headers only | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 nouveau_connector.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/nouveau_connector.c
index ae96ebc..b845482 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.c
@@ -60,7 +60,7 @@ int nouveau_duallink = 1;
 module_param_named(duallink, nouveau_duallink, int, 0400);
 
 MODULE_PARM_DESC(hdmimhz, "Force a maximum HDMI pixel clock (in MHz)");
-int nouveau_hdmimhz = 0;
+static int nouveau_hdmimhz = 0;
 module_param_named(hdmimhz, nouveau_hdmimhz, int, 0400);
 
 struct nouveau_encoder *

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

drivers/gpu/drm/nouveau/nouveau_connector.c:60:5: sparse: symbol  'nouveau_hdmimhz' was not declared. Should it be static? kbuild test robot <fengguang.wu@intel.com> - 2016-03-19 15:20 +0100
  [RFC PATCH linus] drm/nouveau/kms: nouveau_hdmimhz can be static kbuild test robot <fengguang.wu@intel.com> - 2016-03-19 15:20 +0100

csiph-web