omap3530/shared/tps65950/tps65950.cpp
branchBYD_LCD_Integration
changeset 81 8b0d299f2a61
parent 51 254b9435d75e
--- a/omap3530/shared/tps65950/tps65950.cpp	Tue Sep 21 13:33:28 2010 +0100
+++ b/omap3530/shared/tps65950/tps65950.cpp	Tue Sep 21 17:05:59 2010 +0100
@@ -84,7 +84,7 @@
 
 // Spinlock to protect queue when adding or removing items
 //static TSpinLock QueueLock(TSpinLock::EOrderGenericIrqLow1+1);
-static TSpinLock QueueLock();
+//static TSpinLock QueueLock();
 
 GLDEF_D TDfcQue*	TheDfcQue;
 
@@ -99,12 +99,12 @@
 	{
 	Kern::Fault( "tps65950", aLine );
 	}
-
+#ifdef _DEBUG
 LOCAL_C void PanicClient( TPS65950::TPanic aPanic )
 	{
 	Kern::PanicCurrentThread( KDriverNameDes, aPanic );
 	}
-
+#endif
 namespace TPS65950
 {
 void CompletionDfcFunction( TAny* aParam );