net: stmmac: Get rid of custom STMMAC_DEVICE() macro
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 Feb 2020 10:58:27 +0000 (12:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2020 22:22:38 +0000 (14:22 -0800)
commit3e07df430c2b4ffe003085a0b3e6b0b041187632
tree6c8649780d40b69addc2a5fe852d4c79b9a92409
parentb5d308120ddfc9cddfba7ba99a28305c87b6a63e
net: stmmac: Get rid of custom STMMAC_DEVICE() macro

Since PCI core provides a generic PCI_DEVICE_DATA() macro,
replace STMMAC_DEVICE() with former one.

No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c