From 8a39c520b28f1ffa528baaae6ecfaa3feb5377a5 Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Thu, 10 Jan 2008 20:53:21 -0800 Subject: [MIPS] Lasat: Convert pvc_sem semaphore to mutex I also changed the name to pvc_mutex, and moved the define to the file it's used in which allows it to be static. Signed-off-by: Daniel Walker Signed-off-by: Ralf Baechle --- arch/mips/lasat/picvue.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/mips/lasat/picvue.h') diff --git a/arch/mips/lasat/picvue.h b/arch/mips/lasat/picvue.h index 2a96bf971897..91df55371127 100644 --- a/arch/mips/lasat/picvue.h +++ b/arch/mips/lasat/picvue.h @@ -4,8 +4,6 @@ * Brian Murphy * */ -#include - struct pvc_defs { volatile u32 *reg; u32 data_shift; @@ -45,4 +43,3 @@ void pvc_move(u8 cmd); void pvc_clear(void); void pvc_home(void); -extern struct semaphore pvc_sem; -- cgit v1.2.3