diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-24 12:25:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-04 14:35:43 -0300 |
commit | 190137478fb1e2487e8b7865c88c9747a16d0f9c (patch) | |
tree | 18311c75375b0bf6d40af011bd43edacfc66b1b9 /drivers/media/dvb-frontends/drx39xyj/Makefile | |
parent | b78359a6894ac3451bec3fde5d0499fba87b8b67 (diff) |
[media] drx-j: move drx39xxj into drxj.c
While drxj is already too big, moving the code there will
make easier to get rid of the drxj_ctrl function.
It will also help to detect and remove the unused functions,
helping to remove lots of dead code there.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/Makefile')
-rw-r--r-- | drivers/media/dvb-frontends/drx39xyj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/Makefile b/drivers/media/dvb-frontends/drx39xyj/Makefile index d9ed094e0d18..7f073d4c28ec 100644 --- a/drivers/media/dvb-frontends/drx39xyj/Makefile +++ b/drivers/media/dvb-frontends/drx39xyj/Makefile @@ -1,4 +1,4 @@ -drx39xyj-objs := drx39xxj.o drx39xxj_dummy.o drxj.o drx_dap_fasi.o +drx39xyj-objs := drx39xxj_dummy.o drxj.o drx_dap_fasi.o obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o |