--- a/omap3530/shared/tps65950/tps65950.cpp Fri Jul 30 11:17:10 2010 +0100
+++ b/omap3530/shared/tps65950/tps65950.cpp Mon Aug 23 02:29:41 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 );