diff options
Diffstat (limited to 'include/linux/configfs.h')
-rw-r--r-- | include/linux/configfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/configfs.h b/include/linux/configfs.h index bbb1b6cafa8b..5ce0fc4e3b5b 100644 --- a/include/linux/configfs.h +++ b/include/linux/configfs.h | |||
@@ -40,9 +40,9 @@ | |||
40 | #include <linux/types.h> | 40 | #include <linux/types.h> |
41 | #include <linux/list.h> | 41 | #include <linux/list.h> |
42 | #include <linux/kref.h> | 42 | #include <linux/kref.h> |
43 | #include <linux/mutex.h> | ||
43 | 44 | ||
44 | #include <asm/atomic.h> | 45 | #include <asm/atomic.h> |
45 | #include <asm/semaphore.h> | ||
46 | 46 | ||
47 | #define CONFIGFS_ITEM_NAME_LEN 20 | 47 | #define CONFIGFS_ITEM_NAME_LEN 20 |
48 | 48 | ||
@@ -174,7 +174,7 @@ struct configfs_group_operations { | |||
174 | 174 | ||
175 | struct configfs_subsystem { | 175 | struct configfs_subsystem { |
176 | struct config_group su_group; | 176 | struct config_group su_group; |
177 | struct semaphore su_sem; | 177 | struct mutex su_mutex; |
178 | }; | 178 | }; |
179 | 179 | ||
180 | static inline struct configfs_subsystem *to_configfs_subsystem(struct config_group *group) | 180 | static inline struct configfs_subsystem *to_configfs_subsystem(struct config_group *group) |