summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common/pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/pll.c')
-rw-r--r--src/soc/mediatek/common/pll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/common/pll.c b/src/soc/mediatek/common/pll.c
index 539d82cafe26..ca6226a91aea 100644
--- a/src/soc/mediatek/common/pll.c
+++ b/src/soc/mediatek/common/pll.c
@@ -5,8 +5,6 @@
#include <soc/pll.h>
#include <types.h>
-#define GENMASK(h, l) (BIT(h + 1) - BIT(l))
-
void mux_set_sel(const struct mux *mux, u32 sel)
{
u32 mask = GENMASK(mux->mux_width - 1, 0);