aboutsummaryrefslogtreecommitdiff
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2009-03-24 15:15:14 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-03-24 15:17:46 +1000
commit4ce2cba45a46668409606bdb9923164b51986807 (patch)
treebbae9706b9b5ddf64f9fe311659efa4219946f6a /arch/m68knommu
parent454dc5f8228d08e6e9876c45d7f9bfd8b745e39d (diff)
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>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/platform/5249/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5249/config.c b/arch/m68knommu/platform/5249/config.c
index d299f7b8768..9c926dedb7c 100644
--- a/arch/m68knommu/platform/5249/config.c
+++ b/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 = {