aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pxa_camera.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 09:16:52 +0800
committerEric Miao <eric.miao@marvell.com>2008-12-02 14:42:37 +0800
commit013132cae84a36df8a88773a3e0391700d0a66d4 (patch)
treea4bffd0773a7fda0b25a4247348679eb3e24c24f /drivers/media/video/pxa_camera.c
parent[ARM] pxa: removed unused declarations of pxa_gpio_* in hardware.h (diff)
downloadlinux-dev-013132cae84a36df8a88773a3e0391700d0a66d4.tar.xz
linux-dev-013132cae84a36df8a88773a3e0391700d0a66d4.zip
[ARM] pxa: move camera (QCI) registers definition out of pxa-regs.h
Signed-off-by: Eric Miao <eric.miao@marvell.com> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Diffstat (limited to 'drivers/media/video/pxa_camera.c')
-rw-r--r--drivers/media/video/pxa_camera.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
index eb6be5802928..9f1038f65d3d 100644
--- a/drivers/media/video/pxa_camera.c
+++ b/drivers/media/video/pxa_camera.c
@@ -39,6 +39,8 @@
#include <mach/pxa-regs.h>
#include <mach/camera.h>
+#include "pxa_camera.h"
+
#define PXA_CAM_VERSION_CODE KERNEL_VERSION(0, 0, 5)
#define PXA_CAM_DRV_NAME "pxa27x-camera"