commit | 6407ebb271fc34440b306f305e1efb7685eece26 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sat Jun 05 11:17:36 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sat Jun 05 11:17:36 2010 +0930 |
tree | dd3fa7484bcaa4499138d2249dbed24f003fdf85 | |
parent | 80a3d1bb410e000e176931a076cdf19a1e89a955 [diff] |
module: Make module sysfs functions private. 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>