Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07de36b3 authored by Alexander Kochetkov's avatar Alexander Kochetkov Committed by Daniel Lezcano
Browse files

clockevents: Fix syntax error in clkevt-of macro



The patch fix syntax errors introduced by commit 0c8893c9095d
("clockevents: Add a clkevt-of mechanism like clksrc-of").

Fixes: 0c8893c9095d ("clockevents: Add a clkevt-of mechanism like clksrc-of")
Signed-off-by: default avatarAlexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 33d8c155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#include <linux/init.h>
#include <linux/of.h>
#include <linux/clockchip.h>
#include <linux/clockchips.h>

extern struct of_device_id __clkevt_of_table[];

+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ static inline void tick_setup_hrtimer_broadcast(void) { }

#ifdef CONFIG_CLKEVT_PROBE
extern int clockevent_probe(void);
#els
#else
static inline int clockevent_probe(void) { return 0; }
#endif