diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2015-02-12 17:11:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-08 07:33:13 -0400 |
commit | 67a260f1eb5020888b157794007b4bdabdd85898 (patch) | |
tree | f0f003ad73050ccffbc092c69f0c3168eb2da22f | |
parent | ec73b9fdc7c4fe3da8937a8e7b6a03a1e002d6ac (diff) |
[media] dib0700: remove unused macros
Remove unused macros RC_REPEAT_DELAY and RC_REPEAT_DELAY_V1_20
Signed-off-by: Luis de Bethencourt <luis.bg@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/usb/dvb-usb/dib0700_core.c | 3 | ||||
-rw-r--r-- | drivers/media/usb/dvb-usb/dib0700_devices.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_core.c b/drivers/media/usb/dvb-usb/dib0700_core.c index 50856dbf5496..2b40393836ff 100644 --- a/drivers/media/usb/dvb-usb/dib0700_core.c +++ b/drivers/media/usb/dvb-usb/dib0700_core.c | |||
@@ -651,9 +651,6 @@ out: | |||
651 | return ret; | 651 | return ret; |
652 | } | 652 | } |
653 | 653 | ||
654 | /* Number of keypresses to ignore before start repeating */ | ||
655 | #define RC_REPEAT_DELAY_V1_20 10 | ||
656 | |||
657 | /* This is the structure of the RC response packet starting in firmware 1.20 */ | 654 | /* This is the structure of the RC response packet starting in firmware 1.20 */ |
658 | struct dib0700_rc_response { | 655 | struct dib0700_rc_response { |
659 | u8 report_id; | 656 | u8 report_id; |
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c index e1757b8f5f5d..d7d55a20e959 100644 --- a/drivers/media/usb/dvb-usb/dib0700_devices.c +++ b/drivers/media/usb/dvb-usb/dib0700_devices.c | |||
@@ -510,9 +510,6 @@ static int stk7700ph_tuner_attach(struct dvb_usb_adapter *adap) | |||
510 | 510 | ||
511 | static u8 rc_request[] = { REQUEST_POLL_RC, 0 }; | 511 | static u8 rc_request[] = { REQUEST_POLL_RC, 0 }; |
512 | 512 | ||
513 | /* Number of keypresses to ignore before start repeating */ | ||
514 | #define RC_REPEAT_DELAY 6 | ||
515 | |||
516 | /* | 513 | /* |
517 | * This function is used only when firmware is < 1.20 version. Newer | 514 | * This function is used only when firmware is < 1.20 version. Newer |
518 | * firmwares use bulk mode, with functions implemented at dib0700_core, | 515 | * firmwares use bulk mode, with functions implemented at dib0700_core, |