]> Pileus Git - ~andy/linux/commitdiff
i2c: imx: allow autoloading on dt ids
authorArnaud Patard \(Rtp\) <arnaud.patard@rtp-net.org>
Thu, 20 Jun 2013 21:07:06 +0000 (23:07 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 25 Jun 2013 16:50:07 +0000 (18:50 +0200)
Allow udev to autoload the module when booting with device-tree

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-imx.c

index 6406aa960f2af5162732992d6dec9a09e4112dc5..e24279725d363acb594e452b53b788a10058026d 100644 (file)
@@ -147,6 +147,7 @@ static const struct of_device_id i2c_imx_dt_ids[] = {
        { .compatible = "fsl,imx21-i2c", .data = &imx_i2c_devtype[IMX21_I2C], },
        { /* sentinel */ }
 };
+MODULE_DEVICE_TABLE(of, i2c_imx_dt_ids);
 
 static inline int is_imx1_i2c(struct imx_i2c_struct *i2c_imx)
 {