Skip to content

Commit fb922b0

Browse files
saschahauerdavem330
authored andcommitted
FEC driver: add missing #endif
Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 58f3e0a commit fb922b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/fec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ static void __inline__ fec_phy_ack_intr(void)
12401240
icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
12411241
*icrp = 0x0d000000;
12421242
}
1243+
#endif
12431244

12441245
#ifdef CONFIG_M5272
12451246
static void __inline__ fec_get_mac(struct net_device *dev)

0 commit comments

Comments
 (0)