Skip to content

Commit

Permalink
ASoC: max98090: Remove unused byte access macros
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Nikula <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
jhnikula authored and broonie committed Sep 24, 2014
1 parent 0e2cadf commit 99632d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/soc/codecs/max98090.h
Original file line number Diff line number Diff line change
Expand Up @@ -1497,9 +1497,6 @@
#define M98090_REVID_WIDTH 8
#define M98090_REVID_NUM (1<<M98090_REVID_WIDTH)

#define M98090_BYTE1(w) ((w >> 8) & 0xff)
#define M98090_BYTE0(w) (w & 0xff)

/* Silicon revision number */
#define M98090_REVA 0x40
#define M98091_REVA 0x50
Expand Down

0 comments on commit 99632d1

Please sign in to comment.