All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pch_dma: Add MODULE_DEVICE_TABLE
@ 2013-09-01 23:02 Ben Hutchings
  2013-09-02  6:30 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2013-09-01 23:02 UTC (permalink / raw
  To: Vinod Koul, Dan Williams; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

pch_dma currently isn't auto-loaded if built as a module.

Signed-off-by: Ben Hutchings <ben@decadent.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@intel.com>");
 MODULE_LICENSE("GPL v2");
+MODULE_DEVICE_TABLE(pci, pch_dma_id_table);


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pch_dma: Add MODULE_DEVICE_TABLE
  2013-09-01 23:02 [PATCH] pch_dma: Add MODULE_DEVICE_TABLE Ben Hutchings
@ 2013-09-02  6:30 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2013-09-02  6:30 UTC (permalink / raw
  To: Ben Hutchings; +Cc: Dan Williams, LKML

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

On Mon, Sep 02, 2013 at 12:02:06AM +0100, Ben Hutchings wrote:
> pch_dma currently isn't auto-loaded if built as a module.

Applied, thanks

~Vinod

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-02  7:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 23:02 [PATCH] pch_dma: Add MODULE_DEVICE_TABLE Ben Hutchings
2013-09-02  6:30 ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.