commit | 9b525171d881e6c502401ce9056e667302db2f88 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Mar 19 20:49:18 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 19 14:59:31 2019 -0700 |
tree | 36be97d1993f7f6ac697a0ff4812421bb27da286 | |
parent | 03f1eccc7a69c965351e6bee41c62afa2844752f [diff] |
enc28j60: Use device_get_mac_address() Replace the DT-specific of_get_mac_address() function with device_get_mac_address, which works on both DT and ACPI platforms. This change makes it easier to add ACPI support. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>