From: Andy Shevchenko <ext-andriy.shevchenko@xxxxxxxxx> It seems BRD_* error codes from this certain file is redundant. Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@xxxxxxxxx> --- arch/arm/plat-omap/include/dspbridge/errbase.h | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/arch/arm/plat-omap/include/dspbridge/errbase.h b/arch/arm/plat-omap/include/dspbridge/errbase.h index f04c005..47b9a0b 100644 --- a/arch/arm/plat-omap/include/dspbridge/errbase.h +++ b/arch/arm/plat-omap/include/dspbridge/errbase.h @@ -324,21 +324,6 @@ /* Insufficient buffer size */ #define CFG_E_INSUFFICIENTBUFSIZE (CFG_EBASE + 0x05) -/* FAILURE Codes : BRD */ -#define BRD_EBASE (DSP_COMP_EBASE + 0x300) - -/* Board client does not have sufficient access rights for this operation. */ -#define BRD_E_ACCESSDENIED (BRD_EBASE + 0x00) - -/* Unable to find trace buffer symbols in the DSP executable COFF file. */ -#define BRD_E_NOTRACEBUFFER (BRD_EBASE + 0x01) - -/* Attempted to auto-start board, but no default DSP executable configured. */ -#define BRD_E_NOEXEC (BRD_EBASE + 0x02) - -/* The operation failed because it was started from a wrong state */ -#define BRD_E_WRONGSTATE (BRD_EBASE + 0x03) - /* FAILURE Codes : COD */ #define COD_EBASE (DSP_COMP_EBASE + 0x400) -- 1.5.6.5 -- 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