]> git.karo-electronics.de Git - linux-beck.git/commitdiff
smsir.h: remove a now duplicated definition (IR_DEFAULT_TIMEOUT)
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:41:36 +0000 (11:41 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 13:41:36 +0000 (11:41 -0200)
This macro is now part of the core. Remove from Siano driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/siano/smsir.h

index fc8b7925c53252c28b3ba46e4fca8bf961873c43..d9abd96ef48bf5e0a3f9bb9ccdf7f407669ddfd1 100644 (file)
@@ -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 {