soc/tegra: fuse: fix dummy functions
authorStephen Warren <swarren@nvidia.com>
Mon, 16 Jun 2014 21:05:04 +0000 (15:05 -0600)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Jul 2014 12:38:29 +0000 (14:38 +0200)
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>

No differences found