فهرست منبع

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: Greg Ungerer <gerg@uclinux.org>
Greg Ungerer 16 سال پیش
والد
کامیت
4ce2cba45a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      arch/m68knommu/platform/5249/config.c

+ 2 - 1
arch/m68knommu/platform/5249/config.c

@@ -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 = {