Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ce2cba4 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 454dc5f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = {