projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2485a4b
)
arm: fix compile failure in mach-shmobile/board-ag5evm.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 22 Jan 2012 19:57:25 +0000
(14:57 -0500)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 Jan 2012 01:37:33 +0000
(10:37 +0900)
Add videodev2 header which provides V4L2_PIX_FMT_RGB565 to fix:
arch/arm/mach-shmobile/board-ag5evm.c:274: error: 'V4L2_PIX_FMT_RGB565' undeclared here (not in a function)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ag5evm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-ag5evm.c
b/arch/arm/mach-shmobile/board-ag5evm.c
index a4e6ca04e319534dfc4a0a94fa2a8fd7bb3e5caa..75596948029cffac1e267d9368aca20f30bbadf0 100644
(file)
--- a/
arch/arm/mach-shmobile/board-ag5evm.c
+++ b/
arch/arm/mach-shmobile/board-ag5evm.c
@@
-30,6
+30,7
@@
#include <linux/serial_sci.h>
#include <linux/smsc911x.h>
#include <linux/gpio.h>
+#include <linux/videodev2.h>
#include <linux/input.h>
#include <linux/input/sh_keysc.h>
#include <linux/mmc/host.h>