mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-03-28 11:01:31 +01:00
Drop dmtimer usage for pulse timer in favor of hrtimer. That allows removing PWM dmitimer platform data usage. 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
146 B
C
9 lines
146 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);
|
|
};
|
|
|
|
#endif
|