net: Remove unnecessary inclusions of asm/semaphore.h
authorMatthew Wilcox <matthew@wil.cx>
Sat, 19 Apr 2008 02:15:50 +0000 (22:15 -0400)
committerMatthew Wilcox <willy@linux.intel.com>
Sat, 19 Apr 2008 02:15:50 +0000 (22:15 -0400)
None of these files use any of the functionality promised by
asm/semaphore.h.  It's possible that they rely on it dragging in some
unrelated header file, but I can't build all these files, so we'll have
fix any build failures as they come up.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>

No differences found