Commit 1c870c63 authored by Breno Leitao's avatar Breno Leitao Committed by David S. Miller
Browse files

net: fill in MODULE_DESCRIPTION()s for ocelot



W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the Ocelot SoCs (VSC7514) helpers driver.

Signed-off-by: default avatarBreno Leitao <leitao@debian.org>
Reviewed-by: default avatarHoratiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dec836ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3078,4 +3078,5 @@ void ocelot_deinit_port(struct ocelot *ocelot, int port)
}
EXPORT_SYMBOL(ocelot_deinit_port);

MODULE_DESCRIPTION("Microsemi Ocelot (VSC7514) Switch driver");
MODULE_LICENSE("Dual MIT/GPL");