Commit e2b8e8d2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] drx-j: remove unused code from drx_driver.c

There are several drx-j code there that are never used, as
they don't even fit into Linux DVB subystem model.

Remove them, in order to simplify the code.
Acked-by: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 959505bd
......@@ -2464,10 +2464,6 @@ Access macros
Exported FUNCTIONS
-------------------------------------------------------------------------*/
int drx_init(struct drx_demod_instance *demods[]);
int drx_term(void);
int drx_open(struct drx_demod_instance *demod);
int drx_close(struct drx_demod_instance *demod);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment