Skip to content

Commit

Permalink
m68knommu: fix end of uart table marker
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Mar 24, 2009
1 parent 454dc5f commit 4ce2cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/m68knommu/platform/5249/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4ce2cba

Please sign in to comment.