Commit 84c5c203 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mark Brown

ASoC: s3c24xx_uda134x: Remove unused power() callback

The power() callback has always been empty so just remove it.
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 15a1bf0a
...@@ -7,7 +7,6 @@ struct s3c24xx_uda134x_platform_data { ...@@ -7,7 +7,6 @@ struct s3c24xx_uda134x_platform_data {
int l3_clk; int l3_clk;
int l3_mode; int l3_mode;
int l3_data; int l3_data;
void (*power) (int);
int model; int model;
}; };
......
...@@ -281,7 +281,6 @@ static int s3c24xx_uda134x_probe(struct platform_device *pdev) ...@@ -281,7 +281,6 @@ static int s3c24xx_uda134x_probe(struct platform_device *pdev)
"unable to find platform data\n"); "unable to find platform data\n");
return -ENODEV; return -ENODEV;
} }
s3c24xx_uda134x.power = s3c24xx_uda134x_l3_pins->power;
s3c24xx_uda134x.model = s3c24xx_uda134x_l3_pins->model; s3c24xx_uda134x.model = s3c24xx_uda134x_l3_pins->model;
if (s3c24xx_uda134x_setup_pin(s3c24xx_uda134x_l3_pins->l3_data, if (s3c24xx_uda134x_setup_pin(s3c24xx_uda134x_l3_pins->l3_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment