commit | e9db93a4711bb0586f6786f21274c3b74d8b608b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Mar 01 14:57:11 2012 +0100 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Mar 07 17:04:28 2012 +0900 |
tree | c534a7b60b926aa6dc938d60ebb9c731b68fbf7c | |
parent | 63d71126bc767dc648af314a7256fa2fc61131a8 [diff] |
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>