Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / drivers / mtd / maps / physmap_of_versatile.h
1 #include <linux/of.h>
2 #include <linux/mtd/map.h>
3
4 #ifdef CONFIG_MTD_PHYSMAP_OF_VERSATILE
5 int of_flash_probe_versatile(struct platform_device *pdev,
6 struct device_node *np,
7 struct map_info *map);
8 #else
9 static inline
10 int of_flash_probe_versatile(struct platform_device *pdev,
11 struct device_node *np,
12 struct map_info *map)
13 {
14 return 0;
15 }
16 #endif
This page took 0.029805 seconds and 5 git commands to generate.