From: Jesse Chan <redacted>
This change resolves a new compile-time warning
when built as a loadable module:
WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o
see include/linux/module.h for more information
This adds the license as "Dual MIT/GPL", which matches the header of the file.
MODULE_DESCRIPTION and MODULE_AUTHOR are also added.
Signed-off-by: Jesse Chan <redacted>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
net/9p/trans_xen.c | 4 ++++
1 file changed, 4 insertions(+)
From: Jesse Chan <redacted>
This change resolves a new compile-time warning
when built as a loadable module:
WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o
see include/linux/module.h for more information
This adds the license as "Dual MIT/GPL", which matches the header of the file.
MODULE_DESCRIPTION and MODULE_AUTHOR are also added.
Signed-off-by: Jesse Chan <redacted>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Any version is fine with me, as long as the patch makes it in. I picked
up Jesse's patch and forwarded that one, as he seems to have been
the first person to send a patch back in November.
Comparing the two versions, I think that one is also better since it correctly
identifies the license as "Dual MIT/GPL", matching the comment.
Arnd
From: Stephen Hemminger <stephen@networkplumber.org> Date: 2018-01-11 00:39:22
On Wed, 10 Jan 2018 17:37:47 +0100
Arnd Bergmann [off-list ref] wrote:
quoted hunk
From: Jesse Chan <redacted>
This change resolves a new compile-time warning
when built as a loadable module:
WARNING: modpost: missing MODULE_LICENSE() in net/9p/9pnet_xen.o
see include/linux/module.h for more information
This adds the license as "Dual MIT/GPL", which matches the header of the file.
MODULE_DESCRIPTION and MODULE_AUTHOR are also added.
Signed-off-by: Jesse Chan <redacted>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
net/9p/trans_xen.c | 4 ++++
1 file changed, 4 insertions(+)