Tweaks to remove Symbian^2 workarounds which break on Symbian^3
authorWilliam Roberts <williamr@symbian.org>
Fri, 09 Oct 2009 16:15:50 +0100
changeset 6 b277c89230a2
parent 5 eff84413e53a
child 7 33bd282ab944
Tweaks to remove Symbian^2 workarounds which break on Symbian^3
omap3530/assp/inc/omap3530_asspreg.h
omap3530/omap3530_drivers/i2c/i2c.cpp
--- a/omap3530/assp/inc/omap3530_asspreg.h	Fri Oct 09 16:14:48 2009 +0100
+++ b/omap3530/assp/inc/omap3530_asspreg.h	Fri Oct 09 16:15:50 2009 +0100
@@ -13,6 +13,8 @@
 // Description:
 //
 
+#if 0 // not needed for Symbian^3
+
 #ifndef __ASSPREG_H__
 #define __ASSPREG_H__
 
@@ -156,3 +158,4 @@
 	};
 
 #endif
+#endif
--- a/omap3530/omap3530_drivers/i2c/i2c.cpp	Fri Oct 09 16:14:48 2009 +0100
+++ b/omap3530/omap3530_drivers/i2c/i2c.cpp	Fri Oct 09 16:15:50 2009 +0100
@@ -537,7 +537,7 @@
 	}
 
 TUnitControl::TUnitControl() :
-	iLock(/*TSpinLock::EOrderGenericIrqLow1*/),
+	iLock(TSpinLock::EOrderGenericIrqLow1),
 	iDfc(TheDfc, 0, 1),
 	iNumDevices(0),
 	iTransferQ(0)