diff options
| -rw-r--r-- | drivers/i2c/busses/i2c-imx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index 6406aa960f2a..e24279725d36 100644 --- a/drivers/i2c/busses/i2c-imx.c +++ b/drivers/i2c/busses/i2c-imx.c | |||
| @@ -147,6 +147,7 @@ static const struct of_device_id i2c_imx_dt_ids[] = { | |||
| 147 | { .compatible = "fsl,imx21-i2c", .data = &imx_i2c_devtype[IMX21_I2C], }, | 147 | { .compatible = "fsl,imx21-i2c", .data = &imx_i2c_devtype[IMX21_I2C], }, |
| 148 | { /* sentinel */ } | 148 | { /* sentinel */ } |
| 149 | }; | 149 | }; |
| 150 | MODULE_DEVICE_TABLE(of, i2c_imx_dt_ids); | ||
| 150 | 151 | ||
| 151 | static inline int is_imx1_i2c(struct imx_i2c_struct *i2c_imx) | 152 | static inline int is_imx1_i2c(struct imx_i2c_struct *i2c_imx) |
| 152 | { | 153 | { |
