diff options
Diffstat (limited to 'include/commproc.h')
| -rw-r--r-- | include/commproc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/commproc.h b/include/commproc.h index d02dea43e..e9b0ab777 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -1365,7 +1365,7 @@ typedef struct scc_enet {  /***  TQM855L, TQM860L, TQM862L  **************************************/  #if defined(CONFIG_TQM855L) || \ -    defined(CONFIG_TQM860L) +    defined(CONFIG_TQM860L) || \      defined(CONFIG_TQM862L)  # ifdef CONFIG_SCC1_ENET	/* use SCC for 10Mbps Ethernet	*/ |