Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67952
b: refs/heads/master
c: 869512a
h: refs/heads/master
v: v3
  • Loading branch information
Dave Young authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 503ffec commit 4c5c40f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52e8c209d6d2bae6766b9940a107c73e943583f1
refs/heads/master: 869512ab5ab93e5e82ad7d4aaf4ed098d23bfc3f
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <linux/namei.h>
#include <linux/idr.h>
#include <linux/completion.h>
#include <asm/semaphore.h>
#include <linux/mutex.h>
#include "sysfs.h"

DEFINE_MUTEX(sysfs_mutex);
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/sysfs/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/namei.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <asm/semaphore.h>
#include "sysfs.h"


Expand Down
1 change: 0 additions & 1 deletion trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/sysfs/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <linux/mount.h>
#include <linux/pagemap.h>
#include <linux/init.h>
#include <asm/semaphore.h>

#include "sysfs.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/sysfs/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <linux/module.h>
#include <linux/kobject.h>
#include <linux/namei.h>
#include <asm/semaphore.h>
#include <linux/mutex.h>

#include "sysfs.h"

Expand Down

0 comments on commit 4c5c40f

Please sign in to comment.