Commit 5da7eb9c authored by David S. Miller's avatar David S. Miller

[SUNGEM]: Use CONFIG_PPC_PMAC throughout.

Fixes some build failures ala bugme bugzilla #3706
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0b3e8d29
...@@ -2681,7 +2681,7 @@ static int gem_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) ...@@ -2681,7 +2681,7 @@ static int gem_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
return rc; return rc;
} }
#if (!defined(__sparc__) && !defined(CONFIG_PPC)) #if (!defined(__sparc__) && !defined(CONFIG_PPC_PMAC))
/* Fetch MAC address from vital product data of PCI ROM. */ /* Fetch MAC address from vital product data of PCI ROM. */
static void find_eth_addr_in_vpd(void __iomem *rom_base, int len, unsigned char *dev_addr) static void find_eth_addr_in_vpd(void __iomem *rom_base, int len, unsigned char *dev_addr)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment