[PATCH 1/2] hwtracing: coresight: add missing MODULE_LICENSE()

Mathieu Poirier mathieu.poirier at linaro.org
Tue Oct 27 11:29:15 EDT 2020


Hi Felipe,

On Tue, Oct 27, 2020 at 10:51:56AM +0200, balbi at kernel.org wrote:
> From: Felipe Balbi <balbi at kernel.org>
> 
> Fix the following build warning:
> 
> WARNING: modpost: missing MODULE_LICENSE() in drivers/hwtracing/coresight/coresight.o
> 

Arnd already sent a patch about this[1] yesterday.

Thanks,
Mathieu

[1]. https://lists.linaro.org/pipermail/coresight/2020-October/005041.html

> Signed-off-by: Felipe Balbi <balbi at kernel.org>
> ---
>  drivers/hwtracing/coresight/coresight-core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/hwtracing/coresight/coresight-core.c b/drivers/hwtracing/coresight/coresight-core.c
> index 6994c1309b2b..7936fca8436c 100644
> --- a/drivers/hwtracing/coresight/coresight-core.c
> +++ b/drivers/hwtracing/coresight/coresight-core.c
> @@ -1692,3 +1692,4 @@ module_exit(coresight_exit);
>  MODULE_AUTHOR("Pratik Patel <pratikp at codeaurora.org>");
>  MODULE_AUTHOR("Mathieu Poirier <mathieu.poirier at linaro.org>");
>  MODULE_DESCRIPTION("Arm CoreSight tracer driver");
> +MODULE_LICENSE("GPL");
> -- 
> 2.29.1
> 



More information about the linux-arm-kernel mailing list