projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aaaeb
)
MLK-13473: imx_sim: fix module device table name
author
Julien Olivain
<julien.olivain@nxp.com>
Wed, 16 Nov 2016 08:39:46 +0000
(09:39 +0100)
committer
Nitin 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
patch
|
blob
|
history
diff --git
a/drivers/mxc/sim/imx_sim.c
b/drivers/mxc/sim/imx_sim.c
index
d33c11a
..
e907bd3
100755
(executable)
--- a/
drivers/mxc/sim/imx_sim.c
+++ b/
drivers/mxc/sim/imx_sim.c
@@
-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)
{