Remove unused typedefs in dspbridge.
Signed-off-by: Ernesto Ramos <[email protected]>
---
arch/arm/plat-omap/include/dspbridge/dbtype.h | 1 -
drivers/dsp/bridge/core/_tiomap.h | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/plat-omap/include/dspbridge/dbtype.h
b/arch/arm/plat-omap/include/dspbridge/dbtype.h
index de65a82..ddcb6ee 100644
--- a/arch/arm/plat-omap/include/dspbridge/dbtype.h
+++ b/arch/arm/plat-omap/include/dspbridge/dbtype.h
@@ -74,7 +74,6 @@
#ifndef OMAPBRIDGE_TYPES
#define OMAPBRIDGE_TYPES
-typedef volatile unsigned short reg_uword16;
#endif
#define TEXT(x) x
diff --git a/drivers/dsp/bridge/core/_tiomap.h
b/drivers/dsp/bridge/core/_tiomap.h
index bf0164e..5d9b8a1 100644
--- a/drivers/dsp/bridge/core/_tiomap.h
+++ b/drivers/dsp/bridge/core/_tiomap.h
@@ -295,8 +295,6 @@ static const struct bpwr_clk_t bpwr_clks[] = {
#define LOW_LEVEL false
/* Macro's */
-#define REG16(A) (*(reg_uword16 *)(A))
-
#define CLEAR_BIT(reg, mask) (reg &= ~mask)
#define SET_BIT(reg, mask) (reg |= mask)
--
1.5.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html