linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH stericsson] mcde_component_drivers[] can be static
       [not found] <201807110005.U4U4ySBV%fengguang.wu@intel.com>
@ 2018-07-10 16:24 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2018-07-10 16:24 UTC (permalink / raw)
  To: linux-arm-kernel


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,
 };
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-10 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201807110005.U4U4ySBV%fengguang.wu@intel.com>
2018-07-10 16:24 ` [RFC PATCH stericsson] mcde_component_drivers[] can be static kbuild test robot

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).