提交 8f6539d5 编写于 作者: R Ralf Baechle

[MIPS] kgdb: Let gcc compute the array size itself.

This is the same method as used in the serial driver.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 f088fc84
......@@ -25,7 +25,7 @@
#include <asm/serial.h>
#include <asm/io.h>
static struct serial_state rs_table[RS_TABLE_SIZE] = {
static struct serial_state rs_table[] = {
SERIAL_PORT_DFNS /* Defined in serial.h */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册