]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/include/asm/ppc4xx-emac.h
net: drop !NET_MULTI code
[karo-tx-uboot.git] / arch / powerpc / include / asm / ppc4xx-emac.h
index 25a0512b74085a10d64488ec0590773790580793..a219fa97fa98745d062a1ac607f3113f0fcebae9 100644 (file)
@@ -136,7 +136,6 @@ typedef struct emac_4xx_hw_st {
 #if defined(CONFIG_440GX) || defined(CONFIG_460GT)
 #define EMAC_NUM_DEV           4
 #elif (defined(CONFIG_440) || defined(CONFIG_405EP)) &&        \
-       defined(CONFIG_NET_MULTI) &&                    \
        !defined(CONFIG_440SP) && !defined(CONFIG_440SPE)
 #define EMAC_NUM_DEV           2
 #else