Message ID | 1467878526-1238-73-git-send-email-daniel.lezcano@linaro.org |
---|---|
State | Accepted |
Commit | b81ea968706bdb5c2f2af62c5700573a32ab310a |
Headers | show |
diff --git a/include/linux/clk.h b/include/linux/clk.h index 0df4a51..834179f 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -461,6 +461,10 @@ static inline struct clk *clk_get_parent(struct clk *clk) return NULL; } +static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) +{ + return NULL; +} #endif /* clk_prepare_enable helps cases using clk_enable in non-atomic context. */