[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160319141714.GA21737@lkp-ib04>
Date: Sat, 19 Mar 2016 22:17:14 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
David Airlie <airlied@...ux.ie>,
Ben Skeggs <bskeggs@...hat.com>,
Daniel Vetter <daniel.vetter@...ll.ch>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Thierry Reding <treding@...dia.com>,
Jani Nikula <jani.nikula@...el.com>,
Ilia Mirkin <imirkin@...m.mit.edu>,
Lukas Wunner <lukas@...ner.de>, dri-devel@...ts.freedesktop.org
Subject: [RFC PATCH linus] drm/nouveau/kms: nouveau_hdmimhz can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.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 *
Powered by blists - more mailing lists