commit | 15f22ac2eea5ee9f17b14a143c94e7480bbafbff | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 11 20:07:48 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 12 07:41:24 2018 -0400 |
tree | d52f1bbbf1767d5c361880331d1b02e3ef21df18 | |
parent | 0223462b373b975d970fa86e5e1a7eadd1d41820 [diff] |
ldpaa_eth.c: Fix warning when PHYLIB is not enabled We need to #ifdef some variables to avoid warning about them being unused. Fixes: 1a048cd65645 ("driver: net: fsl-mc: Add support of multiple phys for dpmac") Signed-off-by: Tom Rini <trini@konsulko.com>