MLK-13473: imx_sim: fix module device table name
authorJulien Olivain <julien.olivain@nxp.com>
Wed, 16 Nov 2016 08:39:46 +0000 (09:39 +0100)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:48 +0000 (15:33 -0500)
This fixes the build when this driver is built as a module, when
CONFIG_MXC_SIM=m

Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
drivers/mxc/sim/imx_sim.c

index d33c11a..e907bd3 100755 (executable)
@@ -1708,7 +1708,7 @@ static const struct of_device_id sim_imx_dt_ids[] = {
        { /* sentinel */ }
 };
 
-MODULE_DEVICE_TABLE(of, mlb150_imx_dt_ids);
+MODULE_DEVICE_TABLE(of, sim_imx_dt_ids);
 
 static int sim_probe(struct platform_device *pdev)
 {