[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1378076526.25743.55.camel@deadeye.wl.decadent.org.uk>
Date: Mon, 02 Sep 2013 00:02:06 +0100
From: Ben Hutchings <ben@...adent.org.uk>
To: Vinod Koul <vinod.koul@...el.com>, Dan Williams <djbw@...com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] pch_dma: Add MODULE_DEVICE_TABLE
pch_dma currently isn't auto-loaded if built as a module.
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
Compile-tested only.
Ben.
drivers/dma/pch_dma.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/pch_dma.c b/drivers/dma/pch_dma.c
index 0bbdea5..c4b02d1 100644
--- a/drivers/dma/pch_dma.c
+++ b/drivers/dma/pch_dma.c
@@ -1036,3 +1036,4 @@ MODULE_DESCRIPTION("Intel EG20T PCH / LAPIS Semicon ML7213/ML7223/ML7831 IOH "
"DMA controller driver");
MODULE_AUTHOR("Yong Wang <yong.y.wang@...el.com>");
MODULE_LICENSE("GPL v2");
+MODULE_DEVICE_TABLE(pci, pch_dma_id_table);
Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)
Powered by blists - more mailing lists