Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6

* 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6:
dt: add empty of_get_property for non-dt

+7
+7
include/linux/of.h
··· 256 256 return -ENOSYS; 257 257 } 258 258 259 + static inline const void *of_get_property(const struct device_node *node, 260 + const char *name, 261 + int *lenp) 262 + { 263 + return NULL; 264 + } 265 + 259 266 #endif /* CONFIG_OF */ 260 267 261 268 static inline int of_property_read_u32(const struct device_node *np,