diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 11:41:36 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 11:41:36 -0200 |
commit | 850c8a7d68a761b5f11d5b443b5ece185e8068f4 (patch) | |
tree | bf430f31291be4b71969364a3a40c0d41bc6e00f /drivers/media/common | |
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>
Diffstat (limited to 'drivers/media/common')
-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/>. #include <linux/input.h> #include <media/rc-core.h> -#define IR_DEFAULT_TIMEOUT 100 - struct smscore_device_t; struct ir_t { |