]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] dib0700: remove unused macros
authorLuis de Bethencourt <luis@debethencourt.com>
Thu, 12 Feb 2015 22:11:47 +0000 (19:11 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 8 Apr 2015 11:33:13 +0000 (08:33 -0300)
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>
drivers/media/usb/dvb-usb/dib0700_core.c
drivers/media/usb/dvb-usb/dib0700_devices.c

index 50856dbf5496d5c76f56e8677ef5d8dff91a149b..2b40393836ffafa14c63c2a700bdd8072d8e0ed7 100644 (file)
@@ -651,9 +651,6 @@ out:
        return ret;
 }
 
-/* Number of keypresses to ignore before start repeating */
-#define RC_REPEAT_DELAY_V1_20 10
-
 /* This is the structure of the RC response packet starting in firmware 1.20 */
 struct dib0700_rc_response {
        u8 report_id;
index e1757b8f5f5d0e7775abbc91c40bba817fec9d3d..d7d55a20e959073f4519172c8948e5e416268f62 100644 (file)
@@ -510,9 +510,6 @@ static int stk7700ph_tuner_attach(struct dvb_usb_adapter *adap)
 
 static u8 rc_request[] = { REQUEST_POLL_RC, 0 };
 
-/* Number of keypresses to ignore before start repeating */
-#define RC_REPEAT_DELAY 6
-
 /*
  * This function is used only when firmware is < 1.20 version. Newer
  * firmwares use bulk mode, with functions implemented at dib0700_core,