staging:ti dspbridge: remove unused typedef REG16
Remove unused typedef REG16 in dspbridge. Signed-off-by: Ernesto Ramos <ernesto@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9f912212cd
commit
3fee78f6be
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue