Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | samples: mark {static|__init|__exit} for {init|exit} functions | Qinghuang Feng | 2009-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 <qhfeng.kernel@gmail.com> Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | kobject: add sample code for how to use kobjects in a simple manner. | Greg Kroah-Hartman | 2008-01-24 | 1 | -0/+137 |
This is a simple kobject module, showing how to use kobj_attributes in basic and more complex ways. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |