diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2008-02-26 09:59:26 -0500 |
|---|---|---|
| committer | Matthew Wilcox <willy@linux.intel.com> | 2008-04-18 22:16:44 -0400 |
| commit | cb688371e27880d86c42323826846d1cd7caad8f (patch) | |
| tree | 1be4f5bb437e86a547365a94aed5ade23adb09da /fs/9p | |
| parent | d3135846f6c1858dbad6ccb780a42e6c98953e6d (diff) | |
fs: Remove unnecessary inclusions of asm/semaphore.h
None of these files use any of the functionality promised by
asm/semaphore.h.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'fs/9p')
| -rw-r--r-- | fs/9p/fid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/fid.c b/fs/9p/fid.c index dfebdbe7440e..3031e3233dd6 100644 --- a/fs/9p/fid.c +++ b/fs/9p/fid.c | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | #include <linux/fs.h> | 26 | #include <linux/fs.h> |
| 27 | #include <linux/sched.h> | 27 | #include <linux/sched.h> |
| 28 | #include <linux/idr.h> | 28 | #include <linux/idr.h> |
| 29 | #include <asm/semaphore.h> | ||
| 30 | #include <net/9p/9p.h> | 29 | #include <net/9p/9p.h> |
| 31 | #include <net/9p/client.h> | 30 | #include <net/9p/client.h> |
| 32 | 31 | ||
