Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv19944/include/asm-vax
Modified Files:
semaphore.h
Log Message:
Remove temporary declaration of __downgrade_write()
Index: semaphore.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/semaphore.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- semaphore.h 9 Feb 2003 03:34:07 -0000 1.5
+++ semaphore.h 10 Feb 2003 02:33:30 -0000 1.6
@@ -22,11 +22,6 @@
#include <asm/system.h>
#include <asm/atomic.h>
#include <linux/wait.h>
-
-/* Temporarly until 2.5.30 includes a proper declaration in the right place */
-struct rw_semaphore;
-void __downgrade_write(struct rw_semaphore *sem);
-
#include <linux/rwsem.h>
struct semaphore {
|