]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/clk.h
printk: when dumping regs, show the stack, not thread_info
[karo-tx-linux.git] / include / linux / clk.h
index 0df4a51e1a78d2bd74ac899c655bce9659ea50da..834179f3fa72a4508509f0a3991385f63cfed417 100644 (file)
@@ -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. */