projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de0ca8
)
SYSFS: Fix missing include of list.h in sysfs.h
author
Frank Haverkamp
<haver@vnet.ibm.com>
Wed, 17 Jan 2007 16:51:18 +0000
(17:51 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Feb 2007 18:37:13 +0000
(10:37 -0800)
Sysfs.h uses definitions (e.g. struct list_head s_sibling) from list.h
but does not include it.
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/sysfs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sysfs.h
b/include/linux/sysfs.h
index 2129d1b6c8749fc06274784d3ce7b8925533b962..eee485957c0c47214987989ec358101f73a79ade 100644
(file)
--- a/
include/linux/sysfs.h
+++ b/
include/linux/sysfs.h
@@
-11,6
+11,7
@@
#define _SYSFS_H_
#include <linux/compiler.h>
+#include <linux/list.h>
#include <asm/atomic.h>
struct kobject;