提交 bf0acc33 编写于 作者: F Frank Haverkamp 提交者: Greg Kroah-Hartman

SYSFS: Fix missing include of list.h in sysfs.h

Sysfs.h uses definitions (e.g. struct list_head s_sibling) from list.h
but does not include it.
Signed-off-by: NFrank Haverkamp <haver@vnet.ibm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 4de0ca81
......@@ -11,6 +11,7 @@
#define _SYSFS_H_
#include <linux/compiler.h>
#include <linux/list.h>
#include <asm/atomic.h>
struct kobject;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册