summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorAndreas Oberritter <devnull@localhost>2003-02-26 16:38:06 +0000
committerAndreas Oberritter <devnull@localhost>2003-02-26 16:38:06 +0000
commit41bc3db33ec50d7790343fa7b9d77c8421e85bfb (patch)
tree0f4ed6f095810a39910a04294dbd29976a61ac73 /linux/drivers/media
parent8126b6e66ef270511d4d7c768afa844c191cf80e (diff)
downloadmediapointer-dvb-s2-41bc3db33ec50d7790343fa7b9d77c8421e85bfb.tar.gz
mediapointer-dvb-s2-41bc3db33ec50d7790343fa7b9d77c8421e85bfb.tar.bz2
fixed
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype dvb_dummy_fe.c:27: warning: `debug' defined but not used
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/dvb_dummy_fe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb_dummy_fe.c b/linux/drivers/media/dvb/frontends/dvb_dummy_fe.c
index 1576d6898..a5ef8d830 100644
--- a/linux/drivers/media/dvb/frontends/dvb_dummy_fe.c
+++ b/linux/drivers/media/dvb/frontends/dvb_dummy_fe.c
@@ -24,9 +24,7 @@
#include "dvb_frontend.h"
-static int debug = 0;
static int sct = 0;
-#define dprintk if (debug) printk
/* depending on module parameter sct deliver different infos
@@ -90,7 +88,7 @@ static struct dvb_frontend_info dvb_t_dummyfe_info = {
FE_CAN_HIERARCHY_AUTO,
};
-struct dvb_frontend_info *frontend_info()
+struct dvb_frontend_info *frontend_info(void)
{
switch(sct)
{
@@ -218,5 +216,4 @@ module_exit(exit_dvbdummyfe);
MODULE_DESCRIPTION("DVB DUMMY Frontend");
MODULE_AUTHOR("Emard");
MODULE_LICENSE("GPL");
-MODULE_PARM(debug, "i");
MODULE_PARM(sct, "i");