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

Commit 562ef0b0 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: Silence sparse warnings about __clk_{get,put}()



drivers/clk/clk.c:2700:5: warning: symbol '__clk_get' was not declared. Should it be static?
drivers/clk/clk.c:2713:6: warning: symbol '__clk_put' was not declared. Should it be static?

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 2bb5d1b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <linux/device.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/clkdev.h>

#include "clk.h"