diff options
Diffstat (limited to 'post/uart.c')
| -rw-r--r-- | post/uart.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/post/uart.c b/post/uart.c index 354c6c7a3..3eaafd820 100644 --- a/post/uart.c +++ b/post/uart.c @@ -73,7 +73,9 @@ static struct {  static char *ctlr_name[2] = { "SMC", "SCC" };  static int used_by_uart[2] = { -1, -1 }; +#if defined(SCC_ENET)  static int used_by_ether[2] = { -1, -1 }; +#endif  static int proff_smc[] = { PROFF_SMC1, PROFF_SMC2 };  static int proff_scc[] = |