diff options
Diffstat (limited to 'cpu/arm920t/at91rm9200/lxt972.c')
| -rw-r--r-- | cpu/arm920t/at91rm9200/lxt972.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/arm920t/at91rm9200/lxt972.c b/cpu/arm920t/at91rm9200/lxt972.c index f12c59c15..4edcc9a1b 100644 --- a/cpu/arm920t/at91rm9200/lxt972.c +++ b/cpu/arm920t/at91rm9200/lxt972.c @@ -33,7 +33,7 @@  #ifdef CONFIG_DRIVER_ETHER -#if (CONFIG_COMMANDS & CFG_CMD_NET) +#if defined(CONFIG_CMD_NET)  /*   * Name: @@ -186,6 +186,6 @@ UCHAR lxt972_AutoNegotiate (AT91PS_EMAC p_mac, int *status)  	return (lxt972_GetLinkSpeed (p_mac));  } -#endif	/* CONFIG_COMMANDS & CFG_CMD_NET */ +#endif  #endif	/* CONFIG_DRIVER_ETHER */ |