mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 03:11:46 +00:00
[media] coda: move coda driver into its own directory
The coda driver has grown significantly and will continue to grow. Move the coda driver into its own directory so it can be split. Rename coda.h to coda_regs.h as it contains the register defines. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
814c376255
commit
e19a763950
@ -22,7 +22,7 @@ obj-$(CONFIG_VIDEO_MEM2MEM_TESTDEV) += mem2mem_testdev.o
|
||||
obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe/
|
||||
|
||||
obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o
|
||||
obj-$(CONFIG_VIDEO_CODA) += coda.o
|
||||
obj-$(CONFIG_VIDEO_CODA) += coda/
|
||||
|
||||
obj-$(CONFIG_VIDEO_SH_VEU) += sh_veu.o
|
||||
|
||||
|
3
drivers/media/platform/coda/Makefile
Normal file
3
drivers/media/platform/coda/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
coda-objs := coda-common.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_CODA) += coda.o
|
@ -38,7 +38,7 @@
|
||||
#include <media/videobuf2-core.h>
|
||||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "coda.h"
|
||||
#include "coda_regs.h"
|
||||
|
||||
#define CODA_NAME "coda"
|
||||
|
Loading…
Reference in New Issue
Block a user