>From 6ee4200fd19d0a2a41ad90df2af015c2d08438a7 Mon Sep 17 00:00:00 2001 From: Shivananda Hebbar <x0hebbar@xxxxxx> Date: Wed, 24 Mar 2010 15:54:33 -0600 Subject: [PATCH] DSPBRIDGE: Remove unused success codes. This patch removes unused success codes. Signed-off-by: Shivananda Hebbar <x0hebbar@xxxxxx> --- arch/arm/plat-omap/include/dspbridge/errbase.h | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) 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 -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html