[media] ir-rx51: port to rc-core
This driver was written using lirc since rc-core did not support transmitter-only hardware at that time. Now that it does, port this driver. Compile tested only. Signed-off-by: Sean Young <sean@mess.org> Cc: Timo Kokkonen <timo.t.kokkonen@iki.fi> Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
fe052da492
commit
a92def1bec
@@ -1,7 +1,7 @@
|
||||
#ifndef _LIRC_RX51_H
|
||||
#define _LIRC_RX51_H
|
||||
#ifndef _IR_RX51_H
|
||||
#define _IR_RX51_H
|
||||
|
||||
struct lirc_rx51_platform_data {
|
||||
struct ir_rx51_platform_data {
|
||||
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user