]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/of.h
user.c: #ifdef ->mq_bytes
[karo-tx-linux.git] / include / linux / of.h
index 47734ffd97451698c1233c4cbae6f0c16317574c..6df80e9859147973ecd06d6c2863d400b838d71a 100644 (file)
@@ -54,7 +54,6 @@ extern int of_device_is_compatible(const struct device_node *device,
 extern const void *of_get_property(const struct device_node *node,
                                const char *name,
                                int *lenp);
-#define get_property(a, b, c)  of_get_property((a), (b), (c))
 extern int of_n_addr_cells(struct device_node *np);
 extern int of_n_size_cells(struct device_node *np);