linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] libata fixes for 3.11-rc4
@ 2013-08-05  0:19 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2013-08-05  0:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ide

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-05  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05  0:19 [GIT PULL] libata fixes for 3.11-rc4 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).