linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jindong Yue <jindong.yue@nxp.com>
To: shawnguo@kernel.org, s.hauer@pengutronix.de
Cc: kernel@pengutronix.de, festevam@gmail.com,
	l.stach@pengutronix.de, peng.fan@nxp.com, linux-imx@nxp.com,
	linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
	jindong.yue@nxp.com
Subject: [PATCH v2 5/7] soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE
Date: Wed,  1 Mar 2023 11:00:40 +0800	[thread overview]
Message-ID: <20230301030042.2357706-6-jindong.yue@nxp.com> (raw)
In-Reply-To: <20230301030042.2357706-1-jindong.yue@nxp.com>

Add MODULE_LICENSE to support building as a module.

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
---
 drivers/soc/imx/imx8m-blk-ctrl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/imx/imx8m-blk-ctrl.c b/drivers/soc/imx/imx8m-blk-ctrl.c
index af67f2c3f7a1..a955513d6d68 100644
--- a/drivers/soc/imx/imx8m-blk-ctrl.c
+++ b/drivers/soc/imx/imx8m-blk-ctrl.c
@@ -891,3 +891,4 @@ static struct platform_driver imx8m_blk_ctrl_driver = {
 	},
 };
 module_platform_driver(imx8m_blk_ctrl_driver);
+MODULE_LICENSE("GPL");
-- 
2.36.0


  parent reply	other threads:[~2023-03-01  2:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  3:00 [PATCH v2 0/7] soc: imx8m: Support building imx8m soc driver as module Jindong Yue
2023-03-01  3:00 ` [PATCH v2 1/7] soc: imx: imx8mp-blk-ctrl: Use dev_pm_domain_attach_by_name Jindong Yue
2023-03-01  2:58   ` Peng Fan
2023-03-01  9:31   ` Marco Felsch
2023-03-01 12:31     ` J.D. Yue
2023-03-01  3:00 ` [PATCH v2 2/7] soc: imx: imx8mp-blk-ctrl: Fix typo of imx8m_blk_ctrl_of_match Jindong Yue
2023-03-01  2:59   ` Peng Fan
2023-03-01  3:00 ` [PATCH v2 3/7] soc: imx: imx8mp-blk-ctrl: Add MODULE_LICENSE Jindong Yue
2023-03-01  2:59   ` Peng Fan
2023-03-01  3:00 ` [PATCH v2 4/7] soc: imx: imx8m-blk-ctrl: Use dev_pm_domain_attach_by_name Jindong Yue
2023-03-01  3:00   ` Peng Fan
2023-03-01  3:00 ` Jindong Yue [this message]
2023-03-01  3:00   ` [PATCH v2 5/7] soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE Peng Fan
2023-03-01  3:00 ` [PATCH v2 6/7] soc: imx8m: " Jindong Yue
2023-03-01  3:00   ` Peng Fan
2023-03-01  3:00 ` [PATCH v2 7/7] soc: imx8m: Support building imx8m soc driver as module Jindong Yue
2023-03-01  3:01   ` Peng Fan

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=20230301030042.2357706-6-jindong.yue@nxp.com \
    --to=jindong.yue@nxp.com \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=l.stach@pengutronix.de \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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).