Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258685
b: refs/heads/master
c: 07d1483
h: refs/heads/master
i:
  258683: bbf47fa
v: v3
  • Loading branch information
Fabio Estevam authored and Sascha Hauer committed Jul 7, 2011
1 parent e06d26e commit e6c3363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cf7381f35330b54cc894bd74137aae1ebb07bbf
refs/heads/master: 07d1483a420861eb5581ebff74904c8a5ec33b19
7 changes: 1 addition & 6 deletions trunk/arch/arm/mach-imx/mach-apf9328.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ static struct platform_device dm9000x_device = {
}
};

/* --- SERIAL RESSOURCE --- */
static const struct imxuart_platform_data uart0_pdata __initconst = {
.flags = 0,
};

static const struct imxuart_platform_data uart1_pdata __initconst = {
.flags = IMXUART_HAVE_RTSCTS,
};
Expand All @@ -119,7 +114,7 @@ static void __init apf9328_init(void)
ARRAY_SIZE(apf9328_pins),
"APF9328");

imx1_add_imx_uart0(&uart0_pdata);
imx1_add_imx_uart0(NULL);
imx1_add_imx_uart1(&uart1_pdata);

platform_add_devices(devices, ARRAY_SIZE(devices));
Expand Down

0 comments on commit e6c3363

Please sign in to comment.