diff options
| author | Ivaylo Dimitrov <[email protected]> | 2016-06-22 22:22:21 +0300 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2016-06-29 21:54:35 -0700 |
| commit | 79cdad3635b3a253d712aba115fa274ef94a8c6b (patch) | |
| tree | d3a9324d2d50b1a6b4d55b50bb5fc1b67bc4e790 /include/linux | |
| parent | b5406176989da601736db862643d3d7ee8335815 (diff) | |
ir-rx51: use hrtimer instead of dmtimer
Drop dmtimer usage for pulse timer in favor of hrtimer. That allows
removing PWM dmitimer platform data usage.
Signed-off-by: Ivaylo Dimitrov <[email protected]>
Acked-by: Pali Rohár <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/media/ir-rx51.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/media/ir-rx51.h b/include/linux/platform_data/media/ir-rx51.h index 6acf22d497f7..812d87307877 100644 --- a/include/linux/platform_data/media/ir-rx51.h +++ b/include/linux/platform_data/media/ir-rx51.h @@ -3,7 +3,6 @@ struct lirc_rx51_platform_data { int(*set_max_mpu_wakeup_lat)(struct device *dev, long t); - struct pwm_omap_dmtimer_pdata *dmtimer; }; #endif |