After the switch to devm_* functions, the 'remove' function does
not do anything. Delete it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
return tw9910_video_probe(client);
}
-static int tw9910_remove(struct i2c_client *client)
-{
- return 0;
-}
-
static const struct i2c_device_id tw9910_id[] = {
{ "tw9910", 0 },
{ }
.name = "tw9910",
},
.probe = tw9910_probe,
- .remove = tw9910_remove,
.id_table = tw9910_id,
};