projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b24c20
)
pch_dma: Add MODULE_DEVICE_TABLE
author
Ben Hutchings
<ben@decadent.org.uk>
Sun, 1 Sep 2013 23:02:06 +0000
(
00:02
+0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 2 Sep 2013 06:29:58 +0000
(11:59 +0530)
pch_dma currently isn't auto-loaded if built as a module.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pch_dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/pch_dma.c
b/drivers/dma/pch_dma.c
index 956314de7c44f4fe44cffeec1ab60a35d76f43ea..61fdc54a3c889d133058e046356d5b2f96bfeede 100644
(file)
--- a/
drivers/dma/pch_dma.c
+++ b/
drivers/dma/pch_dma.c
@@
-1029,3
+1029,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);