diff options
| author | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
| commit | a815752ac0ffdb910e92958d41d28f4fb28e5296 (patch) | |
| tree | a3aa16a282354da0debe8e3a3a7ed8aac6e54001 /include/linux/configfs.h | |
| parent | 5ade9deaaa3e1f7291467d97b238648e43eae15e (diff) | |
| parent | a15306365a16380f3bafee9e181ba01231d4acd7 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/configfs.h')
| -rw-r--r-- | include/linux/configfs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/configfs.h b/include/linux/configfs.h index 4b287ad9371a..3ae65b1bf90f 100644 --- a/include/linux/configfs.h +++ b/include/linux/configfs.h | |||
| @@ -35,8 +35,6 @@ | |||
| 35 | #ifndef _CONFIGFS_H_ | 35 | #ifndef _CONFIGFS_H_ |
| 36 | #define _CONFIGFS_H_ | 36 | #define _CONFIGFS_H_ |
| 37 | 37 | ||
| 38 | #ifdef __KERNEL__ | ||
| 39 | |||
| 40 | #include <linux/kernel.h> | 38 | #include <linux/kernel.h> |
| 41 | #include <linux/types.h> | 39 | #include <linux/types.h> |
| 42 | #include <linux/list.h> | 40 | #include <linux/list.h> |
| @@ -194,6 +192,4 @@ void configfs_unregister_subsystem(struct configfs_subsystem *subsys); | |||
| 194 | int configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target); | 192 | int configfs_depend_item(struct configfs_subsystem *subsys, struct config_item *target); |
| 195 | void configfs_undepend_item(struct configfs_subsystem *subsys, struct config_item *target); | 193 | void configfs_undepend_item(struct configfs_subsystem *subsys, struct config_item *target); |
| 196 | 194 | ||
| 197 | #endif /* __KERNEL__ */ | ||
| 198 | |||
| 199 | #endif /* _CONFIGFS_H_ */ | 195 | #endif /* _CONFIGFS_H_ */ |
