Release 4.10 arch/blackfin/include/asm/clkdev.h
#ifndef __ASM_CLKDEV__H_
#define __ASM_CLKDEV__H_
#include <linux/slab.h>
static inline struct clk_lookup_alloc *__clkdev_alloc(size_t size)
{
return kzalloc(size, GFP_KERNEL);
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
steven miao | steven miao | 20 | 100.00% | 1 | 100.00% |
| Total | 20 | 100.00% | 1 | 100.00% |
#ifndef CONFIG_COMMON_CLK
#define __clk_put(clk)
#define __clk_get(clk) ({ 1; })
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
steven miao | steven miao | 44 | 89.80% | 1 | 50.00% |
sylwester nawrocki | sylwester nawrocki | 5 | 10.20% | 1 | 50.00% |
| Total | 49 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.