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

Commit 53f374b1 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

sh-pfc: Remove unused sh_pfc_soc_info reserved_id field



The field is unused, remove it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent caa5bac3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2581,7 +2581,6 @@ static struct pinmux_irq pinmux_irqs[] = {

struct sh_pfc_soc_info r8a7740_pinmux_info = {
	.name		= "r8a7740_pfc",
	.reserved_id	= PINMUX_RESERVED,
	.input		= { PINMUX_INPUT_BEGIN,
			    PINMUX_INPUT_END },
	.input_pu	= { PINMUX_INPUT_PULLUP_BEGIN,
+0 −1
Original line number Diff line number Diff line
@@ -2605,7 +2605,6 @@ struct sh_pfc_soc_info r8a7779_pinmux_info = {

	.unlock_reg = 0xfffc0000, /* PMMR */

	.reserved_id = PINMUX_RESERVED,
	.input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END },
	.output = { PINMUX_OUTPUT_BEGIN, PINMUX_OUTPUT_END },
	.function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },
+0 −1
Original line number Diff line number Diff line
@@ -1573,7 +1573,6 @@ static struct pinmux_data_reg pinmux_data_regs[] = {

struct sh_pfc_soc_info sh7203_pinmux_info = {
	.name = "sh7203_pfc",
	.reserved_id = PINMUX_RESERVED,
	.input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END, FORCE_IN },
	.output = { PINMUX_OUTPUT_BEGIN, PINMUX_OUTPUT_END, FORCE_OUT },
	.function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },
+0 −1
Original line number Diff line number Diff line
@@ -2112,7 +2112,6 @@ static struct pinmux_data_reg pinmux_data_regs[] = {

struct sh_pfc_soc_info sh7264_pinmux_info = {
	.name = "sh7264_pfc",
	.reserved_id = PINMUX_RESERVED,
	.input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END, FORCE_IN },
	.output = { PINMUX_OUTPUT_BEGIN, PINMUX_OUTPUT_END, FORCE_OUT },
	.function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },
+0 −1
Original line number Diff line number Diff line
@@ -2815,7 +2815,6 @@ static struct pinmux_data_reg pinmux_data_regs[] = {

struct sh_pfc_soc_info sh7269_pinmux_info = {
	.name = "sh7269_pfc",
	.reserved_id = PINMUX_RESERVED,
	.input = { PINMUX_INPUT_BEGIN, PINMUX_INPUT_END, FORCE_IN },
	.output = { PINMUX_OUTPUT_BEGIN, PINMUX_OUTPUT_END, FORCE_OUT },
	.function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },
Loading