mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:06:46 +07:00
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>
This commit is contained in:
parent
0e2cadf39a
commit
99632d1077
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user