Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04f47a03 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Paul Mundt
Browse files

arm: fix compile failure in mach-shmobile/board-ag5evm.c



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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2485a4b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>