summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/pac1921.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/adc/pac1921.c')
-rw-r--r--drivers/iio/adc/pac1921.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/pac1921.c b/drivers/iio/adc/pac1921.c
index 8200a47bdf21..4c2a1c07bc39 100644
--- a/drivers/iio/adc/pac1921.c
+++ b/drivers/iio/adc/pac1921.c
@@ -1234,13 +1234,13 @@ static int pac1921_probe(struct i2c_client *client)
static const struct i2c_device_id pac1921_id[] = {
{ .name = "pac1921", 0 },
- {}
+ { }
};
MODULE_DEVICE_TABLE(i2c, pac1921_id);
static const struct of_device_id pac1921_of_match[] = {
{ .compatible = "microchip,pac1921" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(of, pac1921_of_match);