]> git.baikalelectronics.ru Git - kernel.git/commit
module: Make module sysfs functions private.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 5 Jun 2010 17:17:36 +0000 (11:17 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 5 Jun 2010 01:47:36 +0000 (11:17 +0930)
commit515ad55c7ec7f39e2759f31a4335697885e80f79
treedd3fa7484bcaa4499138d2249dbed24f003fdf85
parent0222badefb912246ede3a21af1e4f665552c1453
module: Make module sysfs functions private.

These were placed in the header in 3cc53e4c18 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>
include/linux/module.h
kernel/module.c