Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287437
b: refs/heads/master
c: 5f7b6d1
h: refs/heads/master
i:
  287435: 9de0f5b
v: v3
  • Loading branch information
Kukjin Kim authored and Greg Kroah-Hartman committed Feb 3, 2012
1 parent 9db402c commit 9ce818f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 1bab08c075e250b0a9bec63fd4c06812bd413a3f
refs/heads/master: 5f7b6d19723427a1d406c9640fe6f48fa97b5e1a
3 changes: 2 additions & 1 deletion trunk/drivers/tty/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,8 @@ static struct s3c24xx_serial_drv_data s5pv210_serial_drv_data = {
#define S5PV210_SERIAL_DRV_DATA (kernel_ulong_t)NULL
#endif

#ifdef CONFIG_CPU_EXYNOS4210
#if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \
defined(CONFIG_SOC_EXYNOS4412)
static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = {
.info = &(struct s3c24xx_uart_info) {
.name = "Samsung Exynos4 UART",
Expand Down

0 comments on commit 9ce818f

Please sign in to comment.