summaryrefslogtreecommitdiff
path: root/drivers/soc/renesas/rz-sysc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/renesas/rz-sysc.c')
-rw-r--r--drivers/soc/renesas/rz-sysc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/rz-sysc.c b/drivers/soc/renesas/rz-sysc.c
index 9f79e299e6f4..b9880085d363 100644
--- a/drivers/soc/renesas/rz-sysc.c
+++ b/drivers/soc/renesas/rz-sysc.c
@@ -16,6 +16,7 @@
#include "rz-sysc.h"
+#undef field_get
#define field_get(_mask, _reg) (((_reg) & (_mask)) >> (ffs(_mask) - 1))
/**