diff options
author | Laurent Pinchart <[email protected]> | 2013-06-19 13:26:02 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2013-06-24 11:34:11 +0200 |
commit | 3a8d63d4b4fdfa2563b85b4a6db0119cbdb537d1 (patch) | |
tree | fae57168c624e77fa256c84576c304e429ffa91d /fs/jbd/commit.c | |
parent | a5d811bbf1c6df86cfe23948059ea614554b9f19 (diff) |
sh-pfc: Guard DT parsing with #ifdef CONFIG_OF
Fix a compilation error caused by pinconf_generic_parse_dt_config() not
being defined on !CONFIG_OF platforms by guarding the whole DT node
parsing code with #ifdef CONFIG_OF.
Defining a pinconf_generic_parse_dt_config() on !CONFIG_OF would have
been possible as well, but would have resulted in a larger code size on
!CONFIG_OF platforms (such as arch/sh).
Signed-off-by: Laurent Pinchart <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions