scripts/getver.sh: avoid use of git rev-list --count
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0374-smsir.h-remove-a-now-duplicated-definition-IR_DEFAUL.patch
1 From 0208831d16535a040ffdce0afeeccd13253c2b02 Mon Sep 17 00:00:00 2001
2 From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3 Date: Thu, 19 Nov 2015 11:41:36 -0200
4 Subject: [PATCH 374/381] smsir.h: remove a now duplicated definition
5 (IR_DEFAULT_TIMEOUT)
6
7 This macro is now part of the core. Remove from Siano driver.
8
9 Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10 ---
11 drivers/media/common/siano/smsir.h | 2 --
12 1 file changed, 2 deletions(-)
13
14 --- a/drivers/media/common/siano/smsir.h
15 +++ b/drivers/media/common/siano/smsir.h
16 @@ -30,8 +30,6 @@ along with this program. If not, see <h
17 #include <linux/input.h>
18 #include <media/rc-core.h>
19
20 -#define IR_DEFAULT_TIMEOUT 100
21 -
22 struct smscore_device_t;
23
24 struct ir_t {