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:
80a3d1b
)
module: Make module sysfs functions private.
author
Rusty Russell
<rusty@rustcorp.com.au>
Sat, 5 Jun 2010 17:17:36 +0000
(11:17 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sat, 5 Jun 2010 01:47:36 +0000
(11:17 +0930)
These were placed in the header in
ef665c1a06
to get the various
SYSFS/MODULE config combintations to compile.
That may have been necessary then, but it's not now. These functions
are all local to module.c.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
No differences found