From: kbuild test robot <lkp@intel.com>
To: Felix Brack <fb@ltec.ch>
Cc: kbuild-all@01.org, linux-fbdev@vger.kernel.org,
lee.jones@linaro.org, daniel.thompson@linaro.org,
jingoohan1@gmail.com, b.zolnierkie@samsung.com,
linux-kernel@vger.kernel.org
Subject: [RFC PATCH] backlight: otm3225a: otm3225a_ops can be static
Date: Fri, 22 Dec 2017 22:23:26 +0000 [thread overview]
Message-ID: <20171222222326.GA55764@lkp-sb04> (raw)
In-Reply-To: <1513792670-4114-1-git-send-email-fb@ltec.ch>
Fixes: 640b353b5467 ("backlight: otm3225a: add support for ORISE OTM3225A LCD SoC")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
otm3225a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/backlight/otm3225a.c b/drivers/video/backlight/otm3225a.c
index 0de75f8..056ac8b 100644
--- a/drivers/video/backlight/otm3225a.c
+++ b/drivers/video/backlight/otm3225a.c
@@ -137,7 +137,7 @@ static int otm3225a_get_power(struct lcd_device *ld)
return dd->power;
}
-struct lcd_ops otm3225a_ops = {
+static struct lcd_ops otm3225a_ops = {
.set_power = otm3225a_set_power,
.get_power = otm3225a_get_power,
};
next prev parent reply other threads:[~2017-12-22 22:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 17:57 [PATCH] backlight: otm3225a: add support for ORISE OTM3225A LCD SoC Felix Brack
2017-12-22 17:23 ` Jingoo Han
2017-12-22 17:33 ` Daniel Thompson
2017-12-27 10:23 ` Felix Brack
2017-12-27 10:16 ` Felix Brack
2017-12-22 22:23 ` kbuild test robot [this message]
2017-12-22 22:23 ` kbuild test robot
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=20171222222326.GA55764@lkp-sb04 \
--to=lkp@intel.com \
--cc=b.zolnierkie@samsung.com \
--cc=daniel.thompson@linaro.org \
--cc=fb@ltec.ch \
--cc=jingoohan1@gmail.com \
--cc=kbuild-all@01.org \
--cc=lee.jones@linaro.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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).