* [PATCH] ARM: bL_switcher: add MODULE_LICENSE tag
@ 2018-01-10 16:29 Arnd Bergmann
2018-01-10 16:43 ` Nicolas Pitre
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2018-01-10 16:29 UTC (permalink / raw)
To: Russell King; +Cc: Nicolas Pitre, Arnd Bergmann, linux-arm-kernel, linux-kernel
Without this tag, we get a build warning:
WARNING: modpost: missing MODULE_LICENSE() in arch/arm/common/bL_switcher_dummy_if.o
For completeness, I'm also adding author and description fields.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
arch/arm/common/bL_switcher_dummy_if.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/common/bL_switcher_dummy_if.c b/arch/arm/common/bL_switcher_dummy_if.c
index 4c10c6452678..f4dc1714a79e 100644
--- a/arch/arm/common/bL_switcher_dummy_if.c
+++ b/arch/arm/common/bL_switcher_dummy_if.c
@@ -57,3 +57,7 @@ static struct miscdevice bL_switcher_device = {
&bL_switcher_fops
};
module_misc_device(bL_switcher_device);
+
+MODULE_AUTHOR("Nicolas Pitre <nico@linaro.org>");
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("big.LITTLE switcher dummy user interface");
--
2.9.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] ARM: bL_switcher: add MODULE_LICENSE tag
2018-01-10 16:29 [PATCH] ARM: bL_switcher: add MODULE_LICENSE tag Arnd Bergmann
@ 2018-01-10 16:43 ` Nicolas Pitre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Pitre @ 2018-01-10 16:43 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: Russell King, linux-arm-kernel, linux-kernel
On Wed, 10 Jan 2018, Arnd Bergmann wrote:
> Without this tag, we get a build warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in arch/arm/common/bL_switcher_dummy_if.o
>
> For completeness, I'm also adding author and description fields.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nico@linaro.org>
> ---
> arch/arm/common/bL_switcher_dummy_if.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/common/bL_switcher_dummy_if.c b/arch/arm/common/bL_switcher_dummy_if.c
> index 4c10c6452678..f4dc1714a79e 100644
> --- a/arch/arm/common/bL_switcher_dummy_if.c
> +++ b/arch/arm/common/bL_switcher_dummy_if.c
> @@ -57,3 +57,7 @@ static struct miscdevice bL_switcher_device = {
> &bL_switcher_fops
> };
> module_misc_device(bL_switcher_device);
> +
> +MODULE_AUTHOR("Nicolas Pitre <nico@linaro.org>");
> +MODULE_LICENSE("GPL v2");
> +MODULE_DESCRIPTION("big.LITTLE switcher dummy user interface");
> --
> 2.9.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-10 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 16:29 [PATCH] ARM: bL_switcher: add MODULE_LICENSE tag Arnd Bergmann
2018-01-10 16:43 ` Nicolas Pitre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®