08 Mar, 2010
1 commit
-
No change in functionality.
Signed-off-by: Radu Voicilas
Signed-off-by: Greg Kroah-Hartman
07 Jan, 2009
1 commit
-
None of these (init|exit) functions is called from other functions which
is outside the kernel module mechanism or kernel itself, so mark them as
{static|__init|__exit}.Signed-off-by: Qinghuang Feng
Cc: Mathieu Desnoyers
Acked-by: Greg Kroah-Hartman
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
25 Jan, 2008
1 commit
-
This is a simple kobject module, showing how to use kobj_attributes in
basic and more complex ways.Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman