Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> | Shawn Guo | 2015-06-03 | 1 | -2/+0 |
| | | | | | | | | | The include of <asm/mach/time.h> is not needed at all, and causes build error in some cases. Remove it. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> | ||||
* | ARM: imx: move timer driver into drivers/clocksource | Shawn Guo | 2015-06-03 | 1 | -0/+542 |
After the cleanup on imx timer driver, now it's ready to be moved into drivers/clocksource/. Let's do it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> |