提交 4ce2cba4 编写于 作者: G Greg Ungerer

m68knommu: fix end of uart table marker

The UART platform data structure is missing an empty struct at the
end (as the end of structure marker).
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 454dc5f8
......@@ -32,7 +32,8 @@ static struct mcf_platform_uart m5249_uart_platform[] = {
{
.mapbase = MCF_MBAR + MCFUART_BASE2,
.irq = 74,
}
},
{ },
};
static struct platform_device m5249_uart = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册