cregit-Linux how code gets into the kernel

Release 4.7 drivers/mtd/maps/physmap_of_versatile.h

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

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

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

Contributors

PersonTokensPropCommitsCommitProp
linus walleijlinus walleij25100.00%1100.00%
Total25100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
linus walleijlinus 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.
{% endraw %}