From: fengguang.wu@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH stericsson] mcde_component_drivers[] can be static
Date: Wed, 11 Jul 2018 00:24:35 +0800 [thread overview]
Message-ID: <20180710162435.GA163985@lkp-ib04> (raw)
In-Reply-To: <201807110005.U4U4ySBV%fengguang.wu@intel.com>
Fixes: ee7f210157e9 ("MCDE hack")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
mcde_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/mcde/mcde_drv.c b/drivers/gpu/drm/mcde/mcde_drv.c
index df46a36..6cfa8db 100644
--- a/drivers/gpu/drm/mcde/mcde_drv.c
+++ b/drivers/gpu/drm/mcde/mcde_drv.c
@@ -240,7 +240,7 @@ static const struct component_master_ops mcde_drm_comp_ops = {
.unbind = mcde_drm_unbind,
};
-struct platform_driver *const mcde_component_drivers[] = {
+static struct platform_driver *const mcde_component_drivers[] = {
&mcde_dsi_driver,
};
parent reply other threads:[~2018-07-10 16:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <201807110005.U4U4ySBV%fengguang.wu@intel.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180710162435.GA163985@lkp-ib04 \
--to=fengguang.wu@intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).