OSDN Git Service

rtc: goldfish: Add missing MODULE_LICENSE
authorJames Hogan <jhogan@kernel.org>
Tue, 16 Jan 2018 14:45:21 +0000 (14:45 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 13 Feb 2018 20:46:04 +0000 (21:46 +0100)
commit82d632b85eb89f97051530f556cb49ee1c04bde7
tree88d18a8c01fde648d6fba99bd80a484c31c51707
parent36d46cdb43efea74043e29e2a62b13e9aca31452
rtc: goldfish: Add missing MODULE_LICENSE

Fix the following warning in MIPS allmodconfig by adding a
MODULE_LICENSE() at the end of rtc-goldfish.c, based on the file header
comment which says GNU General Public License version 2:

WARNING: modpost: missing MODULE_LICENSE() in drivers/rtc/rtc-goldfish.o

Fixes: f22d9cdcb5eb ("rtc: goldfish: Add RTC driver for Android emulator")
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Miodrag Dinic <miodrag.dinic@mips.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: linux-rtc@vger.kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-goldfish.c