aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/adau1761-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/adau1761-i2c.c')
-rw-r--r--sound/soc/codecs/adau1761-i2c.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/adau1761-i2c.c b/sound/soc/codecs/adau1761-i2c.c
index 0683caf86aea..0cefff49569c 100644
--- a/sound/soc/codecs/adau1761-i2c.c
+++ b/sound/soc/codecs/adau1761-i2c.c
@@ -30,10 +30,9 @@ static int adau1761_i2c_probe(struct i2c_client *client)
id->driver_data, NULL);
}
-static int adau1761_i2c_remove(struct i2c_client *client)
+static void adau1761_i2c_remove(struct i2c_client *client)
{
adau17x1_remove(&client->dev);
- return 0;
}
static const struct i2c_device_id adau1761_i2c_ids[] = {