[PATCH v7 3/9] arm: omap: Move dmtimer.h out of plat-omap
From: j-keerthy@ti.com (Keerthy)
Date: 2018-02-14 04:12:14
Also in:
linux-omap, linux-pwm, lkml
From: j-keerthy@ti.com (Keerthy)
Date: 2018-02-14 04:12:14
Also in:
linux-omap, linux-pwm, lkml
On Tuesday 13 February 2018 08:39 PM, Tony Lindgren wrote:
* Suman Anna [off-list ref] [180213 02:07]:quoted
On 01/09/2018 12:23 AM, J, KEERTHY wrote:quoted
The header file is currently under plat-omap directory under arch/omap. Move this out to an accessible place.@@ -18,7 +18,7 @@ #include <linux/platform_data/hsmmc-omap.h> #include <linux/platform_data/spi-omap2-mcspi.h> #include <linux/omap-dma.h> -#include <plat/dmtimer.h> +#include <clocksource/dmtimer.h>These headers are actually not needed in the first-place since we no longer create any non-DT timer devices. I have submitted a series to cleanup the presence of this header file, as part of a larger hwmod data cleanup series.OK great. Keerthy, care to take a look? Seems like it simplifies things a bit.
Sure Tony. I will look into this.
Regards, Tony