mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
clocksource/drivers/mxs: Remove useless header <asm/mach/time.h>
The driver includes the <asm/mach/time.h> header but it is pointless. Remove it. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
419be9e36c
commit
6e525044c7
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@
|
|||
#include <linux/stmp_device.h>
|
||||
#include <linux/sched_clock.h>
|
||||
|
||||
#include <asm/mach/time.h>
|
||||
|
||||
/*
|
||||
* There are 2 versions of the timrot on Freescale MXS-based SoCs.
|
||||
* The v1 on MX23 only gets 16 bits counter, while v2 on MX28
|
||||
|
|
Loading…
Reference in a new issue