of: Fix padding in _OF_DECLARE macro definition
authorThierry Reding <treding@nvidia.com>
Thu, 2 Oct 2014 14:01:10 +0000 (16:01 +0200)
committerGrant 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

index f54da3b..3c851a8 100644 (file)
@@ -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,                              \