aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto Ramos <ernesto@ti.com>2010-07-28 10:45:33 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-28 11:22:43 -0400
commit3a8965fda925361c291cb03f7aced2e3e51116b9 (patch)
tree8baf643cd1304309803027a05e50c5ef1177aed3
parent82f575e5bb27ca30e3e27b537228610cb7ee26c6 (diff)
staging:ti dspbridge: remove DSP_FAILED macro definition
Since status succeeded is now 0 macro DSP_FAILED is not necessary anymore. This patch removes this define. Signed-off-by: Ernesto Ramos <ernesto@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/dbdefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h b/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
index 2ccbfe1f2ae3..5af075def871 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
@@ -91,9 +91,6 @@
91#define DSPWORD unsigned char 91#define DSPWORD unsigned char
92#define DSPWORDSIZE sizeof(DSPWORD) 92#define DSPWORDSIZE sizeof(DSPWORD)
93 93
94/* Failure macro */
95#define DSP_FAILED(status) unlikely((s32)(status) < 0)
96
97/* Power control enumerations */ 94/* Power control enumerations */
98#define PROC_PWRCONTROL 0x8070 95#define PROC_PWRCONTROL 0x8070
99 96