]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.h
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 1 Mar 2012 13:57:11 +0000 (14:57 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Mar 2012 08:04:28 +0000 (17:04 +0900)
commit047f832e92118023e6418ef653e1c6e60822def0
treec534a7b60b926aa6dc938d60ebb9c731b68fbf7c
parent15969b4d003b9363f01c63a672edd775b6cdb34e
ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.h

The board file uses a 4CC defined in linux/videodev2.h. Include the
header to fix

arch/arm/mach-shmobile/board-ag5evm.c:262: error: 'V4L2_PIX_FMT_RGB565'
undeclared here (not in a function)

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ag5evm.c