diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2016-08-04 15:38:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-08 12:55:20 +0200 |
commit | 84c5c20395a8e4ca2043136e1f0d128cf758244b (patch) | |
tree | edfbcafbe1ae498a6c491fb12bf5e436729eb8c6 /include/sound/s3c24xx_uda134x.h | |
parent | ASoC: uda134x: Optionally initialize L3 ops to default GPIO ops (diff) | |
download | linux-84c5c20395a8e4ca2043136e1f0d128cf758244b.tar.xz linux-84c5c20395a8e4ca2043136e1f0d128cf758244b.zip |
ASoC: s3c24xx_uda134x: Remove unused power() callback
The power() callback has always been empty so just remove it.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/s3c24xx_uda134x.h')
-rw-r--r-- | include/sound/s3c24xx_uda134x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/s3c24xx_uda134x.h b/include/sound/s3c24xx_uda134x.h index 33df4cb909d3..ffaf1f098c8e 100644 --- a/include/sound/s3c24xx_uda134x.h +++ b/include/sound/s3c24xx_uda134x.h @@ -7,7 +7,6 @@ struct s3c24xx_uda134x_platform_data { int l3_clk; int l3_mode; int l3_data; - void (*power) (int); int model; }; |