diff options
author | Dave Young <hidave.darkstar@gmail.com> | 2007-07-26 14:53:53 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 14:51:03 -0700 |
commit | 869512ab5ab93e5e82ad7d4aaf4ed098d23bfc3f (patch) | |
tree | a5609e3aef01ec49ba2281274bac9d25c1cb3091 /fs/sysfs/bin.c | |
parent | 52e8c209d6d2bae6766b9940a107c73e943583f1 (diff) |
sysfs: cleanup semaphore.h
Cleanup semaphore.h
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs/bin.c')
-rw-r--r-- | fs/sysfs/bin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/bin.c b/fs/sysfs/bin.c index 5afe2a26f5d..a819a7e8d74 100644 --- a/fs/sysfs/bin.c +++ b/fs/sysfs/bin.c @@ -14,9 +14,9 @@ #include <linux/kobject.h> #include <linux/module.h> #include <linux/slab.h> +#include <linux/mutex.h> #include <asm/uaccess.h> -#include <asm/semaphore.h> #include "sysfs.h" |