All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu Jiahua <yujiahua1@huawei.com>
To: <a.hajda@samsung.com>, <narmstrong@baylibre.co>,
	<robert.foss@linaro.org>, <Laurent.pinchart@ideasonboard.com>,
	<jonas@kwiboo.se>, <jernej.skrabec@gmail.com>, <airlied@linux.ie>,
	<daniel@ffwll.ch>
Cc: <xji@analogixsemi.com>, <yujiahua1@huawei.com>,
	<hsinyi@chromium.org>, <sam@ravnborg.org>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH -next] drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c
Date: Tue, 15 Jun 2021 19:44:48 -0800	[thread overview]
Message-ID: <20210616034448.34919-1-yujiahua1@huawei.com> (raw)

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Signed-off-by: Yu Jiahua <yujiahua1@huawei.com>
---
 drivers/gpu/drm/bridge/analogix/anx7625.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c
index 65cc05982f82..beb01364af4d 100644
--- a/drivers/gpu/drm/bridge/analogix/anx7625.c
+++ b/drivers/gpu/drm/bridge/analogix/anx7625.c
@@ -1830,6 +1830,7 @@ static const struct of_device_id anx_match_table[] = {
 	{.compatible = "analogix,anx7625",},
 	{},
 };
+MODULE_DEVICE_TABLE(of, anx_match_table);
 
 static struct i2c_driver anx7625_driver = {
 	.driver = {
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Yu Jiahua <yujiahua1@huawei.com>
To: <a.hajda@samsung.com>, <narmstrong@baylibre.co>,
	<robert.foss@linaro.org>,  <Laurent.pinchart@ideasonboard.com>,
	<jonas@kwiboo.se>, <jernej.skrabec@gmail.com>, <airlied@linux.ie>,
	<daniel@ffwll.ch>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	yujiahua1@huawei.com, hsinyi@chromium.org, sam@ravnborg.org,
	xji@analogixsemi.com
Subject: [PATCH -next] drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c
Date: Tue, 15 Jun 2021 19:44:48 -0800	[thread overview]
Message-ID: <20210616034448.34919-1-yujiahua1@huawei.com> (raw)

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Signed-off-by: Yu Jiahua <yujiahua1@huawei.com>
---
 drivers/gpu/drm/bridge/analogix/anx7625.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c
index 65cc05982f82..beb01364af4d 100644
--- a/drivers/gpu/drm/bridge/analogix/anx7625.c
+++ b/drivers/gpu/drm/bridge/analogix/anx7625.c
@@ -1830,6 +1830,7 @@ static const struct of_device_id anx_match_table[] = {
 	{.compatible = "analogix,anx7625",},
 	{},
 };
+MODULE_DEVICE_TABLE(of, anx_match_table);
 
 static struct i2c_driver anx7625_driver = {
 	.driver = {
-- 
2.17.1


             reply	other threads:[~2021-06-16  3:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16  3:44 Yu Jiahua [this message]
2021-06-16  3:44 ` [PATCH -next] drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c Yu Jiahua
2021-06-16 12:03 ` Robert Foss
2021-06-16 12:03   ` Robert Foss

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=20210616034448.34919-1-yujiahua1@huawei.com \
    --to=yujiahua1@huawei.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hsinyi@chromium.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=narmstrong@baylibre.co \
    --cc=robert.foss@linaro.org \
    --cc=sam@ravnborg.org \
    --cc=xji@analogixsemi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.