diff options
| author | Niels de Vos <ndevos@redhat.com> | 2013-07-29 03:38:38 -0400 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2013-07-29 12:13:08 -0400 |
| commit | 71ab1d58c26eb7c30711caa95c173d5c39ab8855 (patch) | |
| tree | 70f47c569766e013b933a2f428cc4837c6eb8b83 | |
| parent | 867974fc09f93bdd7f98d46ac3733934486bbf4a (diff) | |
pata_imx: expose module alias for loading from device-tree
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>
| -rw-r--r-- | drivers/ata/pata_imx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_imx.c b/drivers/ata/pata_imx.c index 4ec7c04b3f82..26386f0b89a8 100644 --- 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[] = { | |||
| 237 | /* sentinel */ | 237 | /* sentinel */ |
| 238 | } | 238 | } |
| 239 | }; | 239 | }; |
| 240 | MODULE_DEVICE_TABLE(of, imx_pata_dt_ids); | ||
| 240 | 241 | ||
| 241 | static struct platform_driver pata_imx_driver = { | 242 | static struct platform_driver pata_imx_driver = { |
| 242 | .probe = pata_imx_probe, | 243 | .probe = pata_imx_probe, |
