projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e848d
)
of: Fix padding in _OF_DECLARE macro definition
author
Thierry Reding
<treding@nvidia.com>
Thu, 2 Oct 2014 14:01:10 +0000
(16:01 +0200)
committer
Grant Likely
<grant.likely@linaro.org>
Tue, 4 Nov 2014 16:43:15 +0000
(16:43 +0000)
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
include/linux/of.h
patch
|
blob
|
history
diff --git
a/include/linux/of.h
b/include/linux/of.h
index
f54da3b
..
3c851a8
100644
(file)
--- a/
include/linux/of.h
+++ b/
include/linux/of.h
@@
-836,7
+836,7
@@
static inline int of_get_available_child_count(const struct device_node *np)
= { .compatible = compat, \
.data = (fn == (fn_type)NULL) ? fn : fn }
#else
-#define _OF_DECLARE(table, name, compat, fn, fn_type)
\
+#define _OF_DECLARE(table, name, compat, fn, fn_type) \
static const struct of_device_id __of_table_##name \
__attribute__((unused)) \
= { .compatible = compat, \