git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89812b1
)
staging/sbe-2t3e3: use module_pci_driver macro
author
Devendra Naga
<devendra.aaru@gmail.com>
Tue, 10 Jul 2012 06:40:04 +0000
(12:10 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Jul 2012 00:26:02 +0000
(17:26 -0700)
the _init and _exit functions do nothing but pci_register_driver,
and pci_unregister_driver,
so replace these and also the module _init and _exit
macros with the module_pci_driver macro.
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found