Loading arch/arm/mach-imx/src.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static int imx_src_reset_module(struct reset_controller_dev *rcdev, return 0; } static struct reset_control_ops imx_src_ops = { static const struct reset_control_ops imx_src_ops = { .reset = imx_src_reset_module, }; Loading Loading
arch/arm/mach-imx/src.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static int imx_src_reset_module(struct reset_controller_dev *rcdev, return 0; } static struct reset_control_ops imx_src_ops = { static const struct reset_control_ops imx_src_ops = { .reset = imx_src_reset_module, }; Loading