[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3502c393-e098-241b-c361-4e5069486d71@infradead.org>
Date: Fri, 20 Jul 2018 09:16:02 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>
Cc: LKML <linux-kernel@...r.kernel.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH -next] net/dsa/realtek: add MODULE_LICENSE()
From: Randy Dunlap <rdunlap@...radead.org>
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@...radead.org>
Cc: Linus Walleij <linus.walleij@...aro.org>
---
drivers/net/dsa/realtek-smi.c | 2 ++
1 file changed, 2 insertions(+)
--- linux-next-20180720.orig/drivers/net/dsa/realtek-smi.c
+++ linux-next-20180720/drivers/net/dsa/realtek-smi.c
@@ -485,3 +485,5 @@ static struct platform_driver realtek_sm
.remove = realtek_smi_remove,
};
module_platform_driver(realtek_smi_driver);
+
+MODULE_LICENSE("GPL");
Powered by blists - more mailing lists