Skip to content

Commit

Permalink
staging:ti dspbridge: remove unused typedef REG16
Browse files Browse the repository at this point in the history
Remove unused typedef REG16 in dspbridge.

Signed-off-by: Ernesto Ramos <ernesto@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ernesto Ramos authored and Greg Kroah-Hartman committed Jul 28, 2010
1 parent 9f91221 commit 3fee78f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/tidspbridge/core/_tiomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3fee78f

Please sign in to comment.