Commit 2351ec533ed0dd56052ab96988d2161d5ecc8ed9
Committed by
Matthew Wilcox
1 parent
6310e47271
Exists in
master
and in
7 other branches
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: Matthew Wilcox <willy@linux.intel.com>
Showing 24 changed files with 0 additions and 31 deletions Side-by-side Diff
- Documentation/feature-removal-schedule.txt
- include/asm-alpha/semaphore.h
- include/asm-arm/semaphore.h
- include/asm-avr32/semaphore.h
- include/asm-blackfin/semaphore.h
- include/asm-cris/semaphore.h
- include/asm-frv/semaphore.h
- include/asm-h8300/semaphore.h
- include/asm-ia64/semaphore.h
- include/asm-m32r/semaphore.h
- include/asm-m68k/semaphore.h
- include/asm-m68knommu/semaphore.h
- include/asm-mips/semaphore.h
- include/asm-mn10300/semaphore.h
- include/asm-parisc/semaphore.h
- include/asm-powerpc/semaphore.h
- include/asm-s390/semaphore.h
- include/asm-sh/semaphore.h
- include/asm-sparc/semaphore.h
- include/asm-sparc64/semaphore.h
- include/asm-um/semaphore.h
- include/asm-v850/semaphore.h
- include/asm-x86/semaphore.h
- include/asm-xtensa/semaphore.h
Documentation/feature-removal-schedule.txt
... | ... | @@ -300,14 +300,6 @@ |
300 | 300 | |
301 | 301 | --------------------------- |
302 | 302 | |
303 | -What: asm/semaphore.h | |
304 | -When: 2.6.26 | |
305 | -Why: Implementation became generic; users should now include | |
306 | - linux/semaphore.h instead. | |
307 | -Who: Matthew Wilcox <willy@linux.intel.com> | |
308 | - | |
309 | ---------------------------- | |
310 | - | |
311 | 303 | What: SCTP_GET_PEER_ADDRS_NUM_OLD, SCTP_GET_PEER_ADDRS_OLD, |
312 | 304 | SCTP_GET_LOCAL_ADDRS_NUM_OLD, SCTP_GET_LOCAL_ADDRS_OLD |
313 | 305 | When: June 2009 |
include/asm-alpha/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-arm/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-avr32/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-blackfin/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-cris/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-frv/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-h8300/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-ia64/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-m32r/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-m68k/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-m68knommu/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-mips/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-mn10300/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-parisc/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-powerpc/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-s390/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-sh/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-sparc/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-sparc64/semaphore.h
1 | -#include <asm-sparc/semaphore.h> |
include/asm-um/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-v850/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-x86/semaphore.h
1 | -#include <linux/semaphore.h> |
include/asm-xtensa/semaphore.h
1 | -#include <linux/semaphore.h> |