Skip to content

Commit e4ef108

Browse files
committed
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fix from Tejun Heo: "Just the addition of MODULE_DEVICE_TABLE() for a platform driver" * 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: pata_imx: expose module alias for loading from device-tree
2 parents 8e28921 + 71ab1d5 commit e4ef108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/pata_imx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ static const struct of_device_id imx_pata_dt_ids[] = {
237237
/* sentinel */
238238
}
239239
};
240+
MODULE_DEVICE_TABLE(of, imx_pata_dt_ids);
240241

241242
static struct platform_driver pata_imx_driver = {
242243
.probe = pata_imx_probe,

0 commit comments

Comments
 (0)