Remove unused typedef REG16 in dspbridge. Signed-off-by: Ernesto Ramos <ernesto@xxxxxx> --- drivers/staging/tidspbridge/core/_tiomap.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tidspbridge/core/_tiomap.h b/drivers/staging/tidspbridge/core/_tiomap.h index b754e49..1c1f157 100644 --- a/drivers/staging/tidspbridge/core/_tiomap.h +++ b/drivers/staging/tidspbridge/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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html