Re: [patch net v4] net: fec: fix compile with CONFIG_M5272

2016-12-06 Thread David Miller
From: Nikita Yushchenko Date: Tue, 6 Dec 2016 09:26:53 +0300 > Commit 80cca775cdc4 ("net: fec: cache statistics while device is down") > introduced unconditional statistics-related actions. > > However, when driver is compiled with CONFIG_M5272, staticsics-related > definitions do not exist, wh

[patch net v4] net: fec: fix compile with CONFIG_M5272

2016-12-05 Thread Nikita Yushchenko
Commit 80cca775cdc4 ("net: fec: cache statistics while device is down") introduced unconditional statistics-related actions. However, when driver is compiled with CONFIG_M5272, staticsics-related definitions do not exist, which results into build errors. Fix that by adding explicit handling of !d