Signed-off-by: Roman Yeryomin <[email protected]> --- drivers/net/ethernet/korina.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/korina.c b/drivers/net/ethernet/korina.c index afa440c..83c994f 100644 --- a/drivers/net/ethernet/korina.c +++ b/drivers/net/ethernet/korina.c @@ -4,6 +4,7 @@ * Copyright 2004 IDT Inc. ([email protected]) * Copyright 2006 Felix Fietkau <[email protected]> * Copyright 2008 Florian Fainelli <[email protected]> + * Copyright 2017 Roman Yeryomin <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -1150,5 +1151,6 @@ module_platform_driver(korina_driver); MODULE_AUTHOR("Philip Rischel <[email protected]>"); MODULE_AUTHOR("Felix Fietkau <[email protected]>"); MODULE_AUTHOR("Florian Fainelli <[email protected]>"); +MODULE_AUTHOR("Roman Yeryomin <[email protected]>"); MODULE_DESCRIPTION("IDT RC32434 (Korina) Ethernet driver"); MODULE_LICENSE("GPL"); -- 2.7.4
