summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/realtek-smi.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-07-20 09:16:02 -0700
committerDavid S. Miller <davem@davemloft.net>2018-07-22 10:25:48 -0700
commitbe5a8ffa9cdb14833c64a7ef40e76ce7fd265d9f (patch)
tree508d6cc92d29b8ab7292aad9558410dd4430d80c /drivers/net/dsa/realtek-smi.c
parent5b3df177233ef4413ffc2c1a7647736ba89d4df1 (diff)
net/dsa/realtek: add MODULE_LICENSE()
Add MODULE_LICENSE() to net/dsa/realtek.o to fix build warning message. WARNING: modpost: missing MODULE_LICENSE() in drivers/net/dsa/realtek.o Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/realtek-smi.c')
-rw-r--r--drivers/net/dsa/realtek-smi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/dsa/realtek-smi.c b/drivers/net/dsa/realtek-smi.c
index f941f4582825..b4b839a1d095 100644
--- a/drivers/net/dsa/realtek-smi.c
+++ b/drivers/net/dsa/realtek-smi.c
@@ -485,3 +485,5 @@ static struct platform_driver realtek_smi_driver = {
.remove = realtek_smi_remove,
};
module_platform_driver(realtek_smi_driver);
+
+MODULE_LICENSE("GPL");