aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/omap_l3_smx.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-01-11 10:36:51 +0100
committerOlof Johansson <olof@lixom.net>2018-01-11 18:02:56 -0800
commitbe60566ea9b07c61c1b3cc586a95c1927cdaf3fb (patch)
tree610a0ed9ef4f40f556dab885eb48c2d12cf29b21 /drivers/bus/omap_l3_smx.c
parentMerge tag 'samsung-drivers-4.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers (diff)
downloadlinux-dev-be60566ea9b07c61c1b3cc586a95c1927cdaf3fb.tar.xz
linux-dev-be60566ea9b07c61c1b3cc586a95c1927cdaf3fb.zip
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>
Diffstat (limited to 'drivers/bus/omap_l3_smx.c')
-rw-r--r--drivers/bus/omap_l3_smx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/bus/omap_l3_smx.c b/drivers/bus/omap_l3_smx.c
index 360a5c0a4ee0..b853a729537a 100644
--- a/drivers/bus/omap_l3_smx.c
+++ b/drivers/bus/omap_l3_smx.c
@@ -309,3 +309,9 @@ static void __exit omap3_l3_exit(void)
platform_driver_unregister(&omap3_l3_driver);
}
module_exit(omap3_l3_exit);
+
+MODULE_AUTHOR("Felipe Balbi");
+MODULE_AUTHOR("Santosh Shilimkar");
+MODULE_AUTHOR("Sricharan R");
+MODULE_DESCRIPTION("OMAP3XXX L3 Interconnect Driver");
+MODULE_LICENSE("GPL");