commit | 302a65c35988cdc88b8bf14948181901817ead92 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sun Jul 31 12:55:39 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Sep 29 19:01:04 2011 -0500 |
tree | 507f04c3e830de93f94d21abc500e288696ba17f | |
parent | 46b86ca9725720d195560420db5032248c957e9e [diff] |
powerpc/85xx: Fix compile warnings/errors if CONFIG_SYS_DPAA_FMAN isn't set Add ifdef protection around fman specific code related to device tree clock setup. If we dont have CONFIG_SYS_DPAA_FMAN defined we shouldn't be executing this code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>