aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pxa_camera.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-02 19:38:42 +0800
committerEric Miao <eric.miao@marvell.com>2009-03-09 21:22:36 +0800
commit7ebc8d56f407184a457dd5fc739cf39e423a25aa (patch)
tree6c5e7ba83c22def2304bf6db69116ca5d763c0b8 /drivers/media/video/pxa_camera.c
parent[ARM] pxa: allow DMA controller IRQ being specified (diff)
downloadlinux-dev-7ebc8d56f407184a457dd5fc739cf39e423a25aa.tar.xz
linux-dev-7ebc8d56f407184a457dd5fc739cf39e423a25aa.zip
[ARM] pxa: move DMA registers definitions into <mach/dma.h>
1. Driver code where pxa_request_dma() is called will most likely reference DMA registers as well, and it is really unnecessary to include pxa-regs.h just for this. Move the definitions into <mach/dma.h> and make relevant drivers include it instead of <mach/pxa-regs.h>. 2. Introduce DMAC_REGS_VIRT as the virtual address base for these DMA registers. This allows later processors to re-use the same IP while registers may start at different I/O address. Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/media/video/pxa_camera.c')
-rw-r--r--drivers/media/video/pxa_camera.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
index a1d6008efcbb..e3e6b29ea6d2 100644
--- a/drivers/media/video/pxa_camera.c
+++ b/drivers/media/video/pxa_camera.c
@@ -35,7 +35,6 @@
#include <linux/videodev2.h>
#include <mach/dma.h>
-#include <mach/pxa-regs.h>
#include <mach/camera.h>
#define PXA_CAM_VERSION_CODE KERNEL_VERSION(0, 0, 5)