OMAP4430 build broken on latest mainline/linux-omap head

2009-09-26 Thread Shilimkar, Santosh
Tony, OMAP4430 board build is breaking on the latest mainline head because of couple of issues. 1. The serial.c merge conflict issue below wasn't fixed correctly :( Related link: http://article.gmane.org/gmane.linux.ports.arm.omap/23341 2. Pauls below series breaks build as well. [PATCH 00/13]

[PATCH] arm: omap: iovmm: add missing mutex_unlock

2009-09-26 Thread Daniel Walker
I was using Coccinelle with the mutex_unlock semantic patch, and it unconvered this problem. It appears to be a valid missing unlock issue. This change should correct it by moving the unlock below the label. This patch is against the mainline kernel. Cc: Julia Lawall ju...@diku.dk Cc: Kevin

[PATCH 2/5] davinci: fb: remove duplicated #include

2009-09-26 Thread Huang Weiyi
Remove duplicated #include('s) in drivers/video/da8xx-fb.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- drivers/video/da8xx-fb.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 42e1005..d065894 100644