From: Jerome Brunet Date: Mon, 18 Dec 2017 09:44:46 +0000 (+0100) Subject: net: phy: meson-gxl: join the authors X-Git-Tag: v4.16-rc1~123^2~344^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afb4fa47fe94b5f0e97f9afb7251b34e2eb8fbdc;p=thirdparty%2Flinux.git net: phy: meson-gxl: join the authors Following previous changes, join the other authors of this driver and take the blame with them Reviewed-by: Andrew Lunn Signed-off-by: Jerome Brunet Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/meson-gxl.c b/drivers/net/phy/meson-gxl.c index ee0aa18af6318..ddc2c5ea37873 100644 --- a/drivers/net/phy/meson-gxl.c +++ b/drivers/net/phy/meson-gxl.c @@ -255,4 +255,5 @@ MODULE_DEVICE_TABLE(mdio, meson_gxl_tbl); MODULE_DESCRIPTION("Amlogic Meson GXL Internal PHY driver"); MODULE_AUTHOR("Baoqi wang"); MODULE_AUTHOR("Neil Armstrong "); +MODULE_AUTHOR("Jerome Brunet "); MODULE_LICENSE("GPL");