diff mbox

[RFC] DSPBRIDGE:Cleanup unused success codes

Message ID 19F8576C6E063C45BE387C64729E7394044DEBEB31@dbde02.ent.ti.com (mailing list archive)
State Accepted
Delegated to:
Headers show

Commit Message

Hebbar, Shivananda March 25, 2010, 8:07 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/plat-omap/include/dspbridge/errbase.h b/arch/arm/plat-omap/include/dspbridge/errbase.h
index d60a179..90059bc 100644
--- a/arch/arm/plat-omap/include/dspbridge/errbase.h
+++ b/arch/arm/plat-omap/include/dspbridge/errbase.h
@@ -46,24 +46,12 @@ 
 /* The DSP is already asleep. */
 #define DSP_SALREADYASLEEP          (DSP_SBASE + 3)
 
-/* The DSP is already awake. */
-#define DSP_SALREADYAWAKE           (DSP_SBASE + 4)
-
-/* TRUE */
-#define DSP_STRUE                   (DSP_SBASE + 5)
-
-/* FALSE */
-#define DSP_SFALSE                  (DSP_SBASE + 6)
-
 /* A library contains no dependent library references */
 #define DSP_SNODEPENDENTLIBS        (DSP_SBASE + 7)
 
 /* A persistent library is already loaded by the dynamic loader */
 #define DSP_SALREADYLOADED          (DSP_SBASE + 8)
 
-/* Some error occured, but it is OK to continue */
-#define DSP_OKTO_CONTINUE          (DSP_SBASE + 9)
-
 /* FAILURE Codes */
 
 /* During enumeration a change in the number or properties of the objects