aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/adav803.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/adav803.c')
-rw-r--r--sound/soc/codecs/adav803.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/codecs/adav803.c b/sound/soc/codecs/adav803.c
index 0f565b851ea5..8b96c41f0354 100644
--- a/sound/soc/codecs/adav803.c
+++ b/sound/soc/codecs/adav803.c
@@ -14,13 +14,12 @@
#include "adav80x.h"
static const struct i2c_device_id adav803_id[] = {
- { "adav803", 0 },
+ { "adav803" },
{ }
};
MODULE_DEVICE_TABLE(i2c, adav803_id);
-static int adav803_probe(struct i2c_client *client,
- const struct i2c_device_id *id)
+static int adav803_probe(struct i2c_client *client)
{
return adav80x_bus_probe(&client->dev,
devm_regmap_init_i2c(client, &adav80x_regmap_config));