cregit-Linux how code gets into the kernel

Release 4.11 drivers/mtd/maps/physmap_of_gemini.h

Directory: drivers/mtd/maps
#include <linux/of.h>
#include <linux/mtd/map.h>

#ifdef CONFIG_MTD_PHYSMAP_OF_GEMINI
int of_flash_probe_gemini(struct platform_device *pdev,
			  struct device_node *np,
			  struct map_info *map);
#else

static inline int of_flash_probe_gemini(struct platform_device *pdev, struct device_node *np, struct map_info *map) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij25100.00%1100.00%
Total25100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Walleij57100.00%1100.00%
Total57100.00%1100.00%
Directory: drivers/mtd/maps
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.