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:
97f80bc
)
[ATM]: No need to return void
author
Tobias Klauser
<tklauser@distanz.ch>
Sat, 21 Oct 2006 02:49:45 +0000
(19:49 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 22 Oct 2006 02:55:23 +0000
(19:55 -0700)
The module_exit function has return-type void and pci_unregister_driver()
returns void anyway.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found