diff options
Diffstat (limited to 'cpu/ppc4xx/serial.c')
| -rw-r--r-- | cpu/ppc4xx/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c index aefa4caba..3f67136be 100644 --- a/cpu/ppc4xx/serial.c +++ b/cpu/ppc4xx/serial.c @@ -949,7 +949,7 @@ void kgdb_interruptible (int yes)  	return;  }  #endif	/* (CONFIG_KGDB_SER_INDEX & 2) */ -#endif	/* CFG_CMD_KGDB */ +#endif  #if defined(CONFIG_SERIAL_MULTI) |