projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867974f
)
pata_imx: expose module alias for loading from device-tree
author
Niels de Vos
<ndevos@redhat.com>
Mon, 29 Jul 2013 07:38:38 +0000
(09:38 +0200)
committer
Tejun Heo
<tj@kernel.org>
Mon, 29 Jul 2013 16:13:08 +0000
(12:13 -0400)
Enable auto loading by udev when pata_imx is compiled as a module.
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_imx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_imx.c
b/drivers/ata/pata_imx.c
index 4ec7c04b3f8279dff1f2e39f356106e92815e39f..26386f0b89a8f4583c397ca9da154a9c499c6d2f 100644
(file)
--- a/
drivers/ata/pata_imx.c
+++ b/
drivers/ata/pata_imx.c
@@
-237,6
+237,7
@@
static const struct of_device_id imx_pata_dt_ids[] = {
/* sentinel */
}
};
+MODULE_DEVICE_TABLE(of, imx_pata_dt_ids);
static struct platform_driver pata_imx_driver = {
.probe = pata_imx_probe,