linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] reset: hisilicon: Fix hi6220 module license
@ 2017-05-25  9:22 Andreas Färber
  2017-05-26  3:12 ` Chen Feng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andreas Färber @ 2017-05-25  9:22 UTC (permalink / raw)
  To: linux-arm-kernel

The hi6220_reset driver fails to load:

  [   10.423640] hi6220_reset: module license 'unspecified' taints kernel.
  [   10.423644] Disabling lock debugging due to kernel taint
  [   10.423735] hi6220_reset: Unknown symbol regmap_write (err 0)
  [   10.423747] hi6220_reset: Unknown symbol devm_kmalloc (err 0)
  [   10.423759] hi6220_reset: Unknown symbol syscon_node_to_regmap (err 0)
  [   10.423768] hi6220_reset: Unknown symbol reset_controller_register (err 0)
  [   10.423784] hi6220_reset: Unknown symbol __platform_driver_register (err 0)

Add a MODULE_LICENSE() to fix this.

Fixes: 70b3590f639f ("reset: hi6220: fix modular build")
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Andreas F?rber <afaerber@suse.de>
---
 drivers/reset/hisilicon/hi6220_reset.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c
index 35ce53edabf9..d5e5229308f2 100644
--- a/drivers/reset/hisilicon/hi6220_reset.c
+++ b/drivers/reset/hisilicon/hi6220_reset.c
@@ -155,3 +155,5 @@ static int __init hi6220_reset_init(void)
 }
 
 postcore_initcall(hi6220_reset_init);
+
+MODULE_LICENSE("GPL v2");
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-30  8:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25  9:22 [PATCH] reset: hisilicon: Fix hi6220 module license Andreas Färber
2017-05-26  3:12 ` Chen Feng
2017-05-26  8:44 ` Arnd Bergmann
2017-05-26  9:25   ` Andreas Färber
2017-05-29  9:46 ` Philipp Zabel
2017-05-29 13:07   ` Andreas Färber
2017-05-30  8:43     ` Philipp Zabel

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).