0374-smsir.h-remove-a-now-duplicated-definition-IR_DEFAUL.patch 736 B

123456789101112131415161718192021222324
  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. This macro is now part of the core. Remove from Siano driver.
  7. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  8. ---
  9. drivers/media/common/siano/smsir.h | 2 --
  10. 1 file changed, 2 deletions(-)
  11. --- a/drivers/media/common/siano/smsir.h
  12. +++ b/drivers/media/common/siano/smsir.h
  13. @@ -30,8 +30,6 @@ along with this program. If not, see <h
  14. #include <linux/input.h>
  15. #include <media/rc-core.h>
  16. -#define IR_DEFAULT_TIMEOUT 100
  17. -
  18. struct smscore_device_t;
  19. struct ir_t {