Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2351ec53 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Matthew Wilcox
Browse files

Remove asm/semaphore.h



All users have now been converted to linux/semaphore.h and we don't need
to keep these files around any longer.

Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 6310e472
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -300,14 +300,6 @@ Who: ocfs2-devel@oss.oracle.com

---------------------------

What:	asm/semaphore.h
When:	2.6.26
Why:	Implementation became generic; users should now include
	linux/semaphore.h instead.
Who:	Matthew Wilcox <willy@linux.intel.com>

---------------------------

What:	SCTP_GET_PEER_ADDRS_NUM_OLD, SCTP_GET_PEER_ADDRS_OLD,
	SCTP_GET_LOCAL_ADDRS_NUM_OLD, SCTP_GET_LOCAL_ADDRS_OLD
When: 	June 2009

include/asm-alpha/semaphore.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <linux/semaphore.h>

include/asm-arm/semaphore.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <linux/semaphore.h>

include/asm-avr32/semaphore.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <linux/semaphore.h>

include/asm-blackfin/semaphore.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <linux/semaphore.h>
Loading