kernel/drivers/soc/renesas/r8a77990-sysc.c
.. .. @@ -5,7 +5,7 @@ 5 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 6 */ 7 7 8 -#include <linux/bug.h>8 +#include <linux/bits.h>9 9 #include <linux/kernel.h> 10 10 #include <linux/sys_soc.h> 11 11 .. .. @@ -50,4 +50,6 @@ 50 50 .init = r8a77990_sysc_init, 51 51 .areas = r8a77990_areas, 52 52 .num_areas = ARRAY_SIZE(r8a77990_areas), 53 + .extmask_offs = 0x2f8,54 + .extmask_val = BIT(0),53 55 };