File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ static const struct pinctrl_ops bcm6318_pctl_ops = {
460
460
.get_groups_count = bcm6318_pinctrl_get_group_count ,
461
461
};
462
462
463
- static struct pinmux_ops bcm6318_pmx_ops = {
463
+ static const struct pinmux_ops bcm6318_pmx_ops = {
464
464
.get_function_groups = bcm6318_pinctrl_get_groups ,
465
465
.get_function_name = bcm6318_pinctrl_get_func_name ,
466
466
.get_functions_count = bcm6318_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ static const struct pinctrl_ops bcm63268_pctl_ops = {
605
605
.get_groups_count = bcm63268_pinctrl_get_group_count ,
606
606
};
607
607
608
- static struct pinmux_ops bcm63268_pmx_ops = {
608
+ static const struct pinmux_ops bcm63268_pmx_ops = {
609
609
.get_function_groups = bcm63268_pinctrl_get_groups ,
610
610
.get_function_name = bcm63268_pinctrl_get_func_name ,
611
611
.get_functions_count = bcm63268_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ static const struct pinctrl_ops bcm6328_pctl_ops = {
366
366
.get_groups_count = bcm6328_pinctrl_get_group_count ,
367
367
};
368
368
369
- static struct pinmux_ops bcm6328_pmx_ops = {
369
+ static const struct pinmux_ops bcm6328_pmx_ops = {
370
370
.get_function_groups = bcm6328_pinctrl_get_groups ,
371
371
.get_function_name = bcm6328_pinctrl_get_func_name ,
372
372
.get_functions_count = bcm6328_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ static const struct pinctrl_ops bcm6358_pctl_ops = {
311
311
.get_groups_count = bcm6358_pinctrl_get_group_count ,
312
312
};
313
313
314
- static struct pinmux_ops bcm6358_pmx_ops = {
314
+ static const struct pinmux_ops bcm6358_pmx_ops = {
315
315
.get_function_groups = bcm6358_pinctrl_get_groups ,
316
316
.get_function_name = bcm6358_pinctrl_get_func_name ,
317
317
.get_functions_count = bcm6358_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ static const struct pinctrl_ops bcm6362_pctl_ops = {
579
579
.get_groups_count = bcm6362_pinctrl_get_group_count ,
580
580
};
581
581
582
- static struct pinmux_ops bcm6362_pmx_ops = {
582
+ static const struct pinmux_ops bcm6362_pmx_ops = {
583
583
.get_function_groups = bcm6362_pinctrl_get_groups ,
584
584
.get_function_name = bcm6362_pinctrl_get_func_name ,
585
585
.get_functions_count = bcm6362_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ static const struct pinctrl_ops bcm6368_pctl_ops = {
465
465
.get_groups_count = bcm6368_pinctrl_get_group_count ,
466
466
};
467
467
468
- static struct pinmux_ops bcm6368_pmx_ops = {
468
+ static const struct pinmux_ops bcm6368_pmx_ops = {
469
469
.get_function_groups = bcm6368_pinctrl_get_groups ,
470
470
.get_function_name = bcm6368_pinctrl_get_func_name ,
471
471
.get_functions_count = bcm6368_pinctrl_get_func_count ,
Original file line number Diff line number Diff line change 13
13
14
14
struct bcm63xx_pinctrl_soc {
15
15
const struct pinctrl_ops * pctl_ops ;
16
- struct pinmux_ops * pmx_ops ;
16
+ const struct pinmux_ops * pmx_ops ;
17
17
18
18
const struct pinctrl_pin_desc * pins ;
19
19
unsigned npins ;
You can’t perform that action at this time.
0 commit comments