diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-01-11 16:04:36 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 11:07:17 +0100 |
commit | 9f54aaff7024c462936cf1e62a59a7d183660fd1 (patch) | |
tree | d0b8061caa9751729ab1d8fa7667330695f70858 /target/linux/cns3xxx/patches-4.14/090-timers.patch | |
parent | 2543e7f08cb2f502577c1ead5bd6811233194948 (diff) | |
download | upstream-9f54aaff7024c462936cf1e62a59a7d183660fd1.tar.gz upstream-9f54aaff7024c462936cf1e62a59a7d183660fd1.tar.bz2 upstream-9f54aaff7024c462936cf1e62a59a7d183660fd1.zip |
cns3xxx: update patches for 4.14
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/patches-4.14/090-timers.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/090-timers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.14/090-timers.patch b/target/linux/cns3xxx/patches-4.14/090-timers.patch index 6f7713f209..34a4934d62 100644 --- a/target/linux/cns3xxx/patches-4.14/090-timers.patch +++ b/target/linux/cns3xxx/patches-4.14/090-timers.patch @@ -30,7 +30,7 @@ twd_local_timer_register(&cns3xx_twd_local_timer); } -+static cycle_t cns3xxx_get_cycles(struct clocksource *cs) ++static u64 cns3xxx_get_cycles(struct clocksource *cs) +{ + u64 val; + |