Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358463
b: refs/heads/master
c: 53b9989
h: refs/heads/master
i:
  358461: 4de34fe
  358459: 4fd9124
  358455: 46ae5a7
  358447: a34030d
  358431: 2e1ae71
  358399: 13c6cfd
v: v3
  • Loading branch information
Wei Yongjun authored and Vinod Koul committed Jan 7, 2013
1 parent 49c4216 commit b2d6f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6a0aec9216064f756c4eda80be0720707c898d5
refs/heads/master: 53b9989bc75e185d0bf946e939ebe8534c8a9740
13 changes: 1 addition & 12 deletions trunk/drivers/dma/pch_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,18 +1029,7 @@ static struct pci_driver pch_dma_driver = {
#endif
};

static int __init pch_dma_init(void)
{
return pci_register_driver(&pch_dma_driver);
}

static void __exit pch_dma_exit(void)
{
pci_unregister_driver(&pch_dma_driver);
}

module_init(pch_dma_init);
module_exit(pch_dma_exit);
module_pci_driver(pch_dma_driver);

MODULE_DESCRIPTION("Intel EG20T PCH / LAPIS Semicon ML7213/ML7223/ML7831 IOH "
"DMA controller driver");
Expand Down

0 comments on commit b2d6f93

Please sign in to comment.