Re: [PATCH 2/3 v4 net-next] 8390: Miscellaneous cleanups

2020-09-05 Thread Jakub Kicinski
On Sat, 5 Sep 2020 19:44:11 +0200 Armin Wolf wrote: > Replace version string with MODULE_* macros. > > Include necessary libraries. > > Fix two minor coding-style issues. These 3 may be better as separate commits. > diff --git a/drivers/net/ethernet/8390/8390.c > b/drivers/net/ethernet/8390/83

[PATCH 2/3 v4 net-next] 8390: Miscellaneous cleanups

2020-09-05 Thread Armin Wolf
Replace version string with MODULE_* macros. Include necessary libraries. Fix two minor coding-style issues. Signed-off-by: Armin Wolf --- drivers/net/ethernet/8390/8390.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/8390/8390.