[GIT PULL] libata fixes for 3.11-rc4

From: Tejun Heo
Date: Sun Aug 04 2013 - 20:20:13 EST


Hello, again.

Just an addition of MODULE_DEVICE_TABLE() for a platform driver.
Available in the follwing branch

git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.11-fixes

for you to fetch changes up to 71ab1d58c26eb7c30711caa95c173d5c39ab8855:

pata_imx: expose module alias for loading from device-tree (2013-07-29 12:13:08 -0400)

Thanks.

----------------------------------------------------------------
Niels de Vos (1):
pata_imx: expose module alias for loading from device-tree

drivers/ata/pata_imx.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/ata/pata_imx.c b/drivers/ata/pata_imx.c
index 4ec7c04..26386f0 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[] = {
/* sentinel */
}
};
+MODULE_DEVICE_TABLE(of, imx_pata_dt_ids);

static struct platform_driver pata_imx_driver = {
.probe = pata_imx_probe,

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/