pwm: omap-dmtimer: Drop unused header file
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 12 Mar 2020 04:22:06 +0000 (09:52 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 30 Mar 2020 16:03:06 +0000 (18:03 +0200)
commit54091b5f195b45a9a7d394008c06d2b9646ab126
tree84185241fad697cef8805358086892bdef564268
parenta1098c13a3ecd61015f63753c80c212ceaea7fb4
pwm: omap-dmtimer: Drop unused header file

pwm_omap_dmtimer.h is used only:
- to typedef struct omap_dm_timer to pwm_omap_dmtimer
- for macro PWM_OMAP_DMTIMER_TRIGGER_OVERFLOW_AND_COMPARE
Rest of the file is pretty mush unsed. So reuse omap_dm_timer
and OMAP_TIMER_TRIGGER_OVERFLOW_AND_COMPARE in pwm-omap-dmtimer.c
and delete the header file.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-omap-dmtimer.c
include/clocksource/timer-ti-dm.h
include/linux/platform_data/pwm_omap_dmtimer.h [deleted file]