diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-09-19 14:48:21 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-24 09:37:18 +0100 |
commit | 99632d1077853c2030bec3530011b9d9f423cc89 (patch) | |
tree | e39728c7724d454cfaad7aaf265b6d6833bc4a28 /sound | |
parent | 0e2cadf39a37f633d3b6d286318506ea3bd0b286 (diff) | |
download | linux-99632d1077853c2030bec3530011b9d9f423cc89.tar.bz2 |
ASoC: max98090: Remove unused byte access macros
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98090.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h index 2613fdbb66d8..a5f6bada06da 100644 --- a/sound/soc/codecs/max98090.h +++ b/sound/soc/codecs/max98090.h @@ -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 |