bus: omap: add MODULE_LICENSE tags
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Jan 2018 09:36:51 +0000 (10:36 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 12 Jan 2018 02:02:56 +0000 (18:02 -0800)
commitbe60566ea9b07c61c1b3cc586a95c1927cdaf3fb
tree610a0ed9ef4f40f556dab885eb48c2d12cf29b21
parent2f4621cd5850c26cd7315381432807dee7b5f2b7
bus: omap: add MODULE_LICENSE tags

linux-4.15 warns about missing MODULE_LICENSE tags such as these

WARNING: modpost: missing MODULE_LICENSE() in drivers/bus/omap_l3_noc.o
WARNING: modpost: missing MODULE_LICENSE() in drivers/bus/omap_l3_smx.o

For completeness, I'm also adding MODULE_AUTHOR and MODULE_DESCRIPTION
tags, but I decided to leave out the email addresses, as all three
authors are working for other companies now.

Cc: Sricharan R <sricharan@codeaurora.org>
Cc: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/bus/omap_l3_noc.c
drivers/bus/omap_l3_smx.c