diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 08:41:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 08:41:36 -0500 |
commit | 850c8a7d68a761b5f11d5b443b5ece185e8068f4 (patch) | |
tree | bf430f31291be4b71969364a3a40c0d41bc6e00f | |
parent | c278504d2a65d1ca167e242af42d0732a305ed99 (diff) |
smsir.h: remove a now duplicated definition (IR_DEFAULT_TIMEOUT)
This macro is now part of the core. Remove from Siano driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/common/siano/smsir.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/siano/smsir.h b/drivers/media/common/siano/smsir.h index fc8b7925c532..d9abd96ef48b 100644 --- a/drivers/media/common/siano/smsir.h +++ b/drivers/media/common/siano/smsir.h | |||
@@ -30,8 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
30 | #include <linux/input.h> | 30 | #include <linux/input.h> |
31 | #include <media/rc-core.h> | 31 | #include <media/rc-core.h> |
32 | 32 | ||
33 | #define IR_DEFAULT_TIMEOUT 100 | ||
34 | |||
35 | struct smscore_device_t; | 33 | struct smscore_device_t; |
36 | 34 | ||
37 | struct ir_t { | 35 | struct ir_t { |