summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/inode.c
diff options
context:
space:
mode:
authorDave Young <hidave.darkstar@gmail.com>2007-07-26 16:53:53 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 23:51:03 +0200
commit869512ab5ab93e5e82ad7d4aaf4ed098d23bfc3f (patch)
treea5609e3aef01ec49ba2281274bac9d25c1cb3091 /fs/sysfs/inode.c
parentsysfs/file.c - use mutex instead of semaphore (diff)
downloadlinux-869512ab5ab93e5e82ad7d4aaf4ed098d23bfc3f.tar.xz
linux-869512ab5ab93e5e82ad7d4aaf4ed098d23bfc3f.zip
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/inode.c')
-rw-r--r--fs/sysfs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c
index 10d1b52899f1..aecb6e771e2a 100644
--- a/fs/sysfs/inode.c
+++ b/fs/sysfs/inode.c
@@ -14,7 +14,6 @@
#include <linux/capability.h>
#include <linux/errno.h>
#include <linux/sched.h>
-#include <asm/semaphore.h>
#include "sysfs.h"
extern struct super_block * sysfs_sb;