|
@@ -117,9 +117,7 @@ static int ms5611_i2c_remove(struct i2c_client *client)
|
|
|
#if defined(CONFIG_OF)
|
|
|
static const struct of_device_id ms5611_i2c_matches[] = {
|
|
|
{ .compatible = "meas,ms5611" },
|
|
|
- { .compatible = "ms5611" },
|
|
|
{ .compatible = "meas,ms5607" },
|
|
|
- { .compatible = "ms5607" },
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, ms5611_i2c_matches);
|