phy: mdio-cavium: Add missing MODULE_* annotations.
authorDavid Daney <david.daney@cavium.com>
Tue, 15 Mar 2016 00:30:37 +0000 (17:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Mar 2016 23:55:37 +0000 (19:55 -0400)
commit7091f01e8cf6989e63c4eacb59b654fcff057901
tree0d9c4f2f992b06aa01105dfa958be5c814923af3
parente8e56ffd9d2973398b60ece1f1bebb8d67b4d032
phy: mdio-cavium: Add missing MODULE_* annotations.

When the code was factored out of mdio-octeon.c, the
MODULE_DESCRIPTION, MODULE_AUTHOR and MODULE_LICENSE annotations were
inadvertently omitted.  Restore them so that we don't get kernel taint
warnings upon module loading.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-cavium.c