]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: phy: bcm-phy-lib: Fix module license issue
authorArun Parameswaran <arunp@broadcom.com>
Thu, 15 Oct 2015 17:37:13 +0000 (10:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Oct 2015 02:35:10 +0000 (19:35 -0700)
commitb89eb1fcf2d4c068f088c39100f5e3067d8cccc9
treec52ea154010c0a92610ba56f547f37ee8450c40c
parent26fb342c734061859fec1bd9e987bb6b78061ef0
net: phy: bcm-phy-lib: Fix module license issue

The 'bcm-phy-lib.c', added as a part of the commit
"net: phy: Add Broadcom phy library for common interfaces"
was missing the module license. This was causing an issue
when the library is built as a module; "module license
'unspecified' taints kernel".

This patch fixes the issue by adding the module license,
author and description to the bcm-phy-lib.c file.

Fixes: a1cba5613edf5 ("net: phy: Add Broadcom phy library for
common interfaces")
Signed-off-by: Arun Parameswaran <arunp@broadcom.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/bcm-phy-lib.c