cregit-Linux how code gets into the kernel

Release 4.14 arch/blackfin/include/asm/clkdev.h

/* SPDX-License-Identifier: GPL-2.0 */
#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

PersonTokensPropCommitsCommitProp
Steven Miao20100.00%1100.00%
Total20100.00%1100.00%

#ifndef CONFIG_COMMON_CLK #define __clk_put(clk) #define __clk_get(clk) ({ 1; }) #endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Steven Miao4488.00%133.33%
Sylwester Nawrocki510.00%133.33%
Greg Kroah-Hartman12.00%133.33%
Total50100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.