https://github.com/torvalds/linux
Revision 0cc03504c9f1b9c9da819094db37507c69ee9145 authored by Jesse Chan on 20 November 2017, 20:57:42 UTC, committed by David S. Miller on 23 November 2017, 16:23:49 UTC
This change resolves a new compile-time warning
when built as a loadable module:

WARNING: modpost: missing MODULE_LICENSE() in drivers/net/phy/cortina.o
see include/linux/module.h for more information

This adds the license as "GPL", which matches the header of the file.

MODULE_DESCRIPTION and MODULE_AUTHOR are also added.

Signed-off-by: Jesse Chan <jc@linux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0c86a6b
History
Tip revision: 0cc03504c9f1b9c9da819094db37507c69ee9145 authored by Jesse Chan on 20 November 2017, 20:57:42 UTC
net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Tip revision: 0cc0350
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.4 KB
.mailmap -rw-r--r-- 8.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 96.2 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 287 bytes
MAINTAINERS -rw-r--r-- 425.7 KB
Makefile -rw-r--r-- 58.2 KB
README -rw-r--r-- 722 bytes

README

back to top