Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99632d10 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Mark Brown
Browse files

ASoC: max98090: Remove unused byte access macros

parent 0e2cadf3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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