Convert driver to use PWM framework instead of calling dmtimer functions directly for PWM timer. Remove paragraph about writing to the Free Software Foundation's mailing address while at it. Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> Acked-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
9 lines
187 B
C
9 lines
187 B
C
#ifndef _LIRC_RX51_H
|
|
#define _LIRC_RX51_H
|
|
|
|
struct lirc_rx51_platform_data {
|
|
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
|
|
struct pwm_omap_dmtimer_pdata *dmtimer;
|
|
};
|
|
|
|
#endif
|