Following previous changes, join the other authors of this driver and take the blame with them
Signed-off-by: Jerome Brunet <[email protected]> --- drivers/net/phy/meson-gxl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/meson-gxl.c b/drivers/net/phy/meson-gxl.c index 861b021b9758..4cd5b2622ae1 100644 --- a/drivers/net/phy/meson-gxl.c +++ b/drivers/net/phy/meson-gxl.c @@ -256,4 +256,5 @@ MODULE_DEVICE_TABLE(mdio, meson_gxl_tbl); MODULE_DESCRIPTION("Amlogic Meson GXL Internal PHY driver"); MODULE_AUTHOR("Baoqi wang"); MODULE_AUTHOR("Neil Armstrong <[email protected]>"); +MODULE_AUTHOR("Jerome Brunet <[email protected]>"); MODULE_LICENSE("GPL"); -- 2.14.3

