diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-13 20:14:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 20:16:53 +0200 |
commit | 7203a62562dc45dcd69339d4553fb85453d6b587 (patch) | |
tree | d5726295c91a18090054c5cebc1b58c9ec6fc4ab /sound/soc/tegra/tegra20_das.h | |
parent | ASoC: convert Tegra20 SPDIF driver to regmap (diff) | |
download | linux-7203a62562dc45dcd69339d4553fb85453d6b587.tar.xz linux-7203a62562dc45dcd69339d4553fb85453d6b587.zip |
ASoC: convert Tegra20 DAS driver to regmap
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra20_das.h')
-rw-r--r-- | sound/soc/tegra/tegra20_das.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra20_das.h b/sound/soc/tegra/tegra20_das.h index ade4fe080c45..be217f3d3a75 100644 --- a/sound/soc/tegra/tegra20_das.h +++ b/sound/soc/tegra/tegra20_das.h @@ -85,8 +85,7 @@ struct tegra20_das { struct device *dev; - void __iomem *regs; - struct dentry *debug; + struct regmap *regmap; }; /* |