Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1
+1
drivers/ata/pata_imx.c
··· 237 237 /* sentinel */ 238 238 } 239 239 }; 240 + MODULE_DEVICE_TABLE(of, imx_pata_dt_ids); 240 241 241 242 static struct platform_driver pata_imx_driver = { 242 243 .probe = pata_imx_probe,