Explorar o código

net: macb: Remove redundant #ifdef CONFIG_DM_ETH

Remove the redundant #ifdef CONFIG_DM_ETH/#endif.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Wenyou Yang %!s(int64=8) %!d(string=hai) anos
pai
achega
6d2c1d26ee
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      drivers/net/macb.c

+ 0 - 3
drivers/net/macb.c

@@ -1030,8 +1030,6 @@ static int macb_eth_probe(struct udevice *dev)
 {
 	struct eth_pdata *pdata = dev_get_platdata(dev);
 	struct macb_device *macb = dev_get_priv(dev);
-
-#ifdef CONFIG_DM_ETH
 	const char *phy_mode;
 	int ret;
 
@@ -1042,7 +1040,6 @@ static int macb_eth_probe(struct udevice *dev)
 		debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
 		return -EINVAL;
 	}
-#endif
 
 	macb->regs = (void *)pdata->iobase;