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

Commit bd82aff9 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7790: Make struct rcar_sysc_ch const

parent 5afcd90f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -26,12 +26,12 @@
#include "rcar-gen2.h"
#include "rcar-gen2.h"
#include "r8a7790.h"
#include "r8a7790.h"


static struct rcar_sysc_ch r8a7790_ca15_scu = {
static const struct rcar_sysc_ch r8a7790_ca15_scu = {
	.chan_offs = 0x180, /* PWRSR5 .. PWRER5 */
	.chan_offs = 0x180, /* PWRSR5 .. PWRER5 */
	.isr_bit = 12, /* CA15-SCU */
	.isr_bit = 12, /* CA15-SCU */
};
};


static struct rcar_sysc_ch r8a7790_ca7_scu = {
static const struct rcar_sysc_ch r8a7790_ca7_scu = {
	.chan_offs = 0x100, /* PWRSR3 .. PWRER3 */
	.chan_offs = 0x100, /* PWRSR3 .. PWRER3 */
	.isr_bit = 21, /* CA7-SCU */
	.isr_bit = 21, /* CA7-SCU */
};
};