commit | 2fa937a767bd0933dfe6017cabd038ce52594171 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Jun 16 15:05:04 2014 -0600 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 17 14:38:29 2014 +0200 |
tree | 3176ddacf7941d95e3743b9af1f5802a3d8ffe0c | |
parent | 0d827a4343b596b71a1741328c4e5687ce654e19 [diff] |
soc/tegra: fuse: fix dummy functions The Tegra fuse header's dummy functions for the case where Tegra20 is disabled are inconsistent with the correct prototypes, and have some syntax errors. Fix these. While at it, fix the indentation level of the dummy function bodies. Fixes: 783c8f4c8445 ("soc/tegra: Add efuse driver for Tegra") Cc: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>