diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-11-29 16:18:24 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-03-15 13:33:37 +0100 |
commit | 53f374b13413c072ec4717703479ef7d5b632f90 (patch) | |
tree | 7329f7810a31d52a683931c16bceae06e14af57f /drivers/pinctrl/sh-pfc/sh_pfc.h | |
parent | caa5bac3b4749ae3dca1db33d648280197f91a56 (diff) | |
download | blackbird-op-linux-53f374b13413c072ec4717703479ef7d5b632f90.tar.gz blackbird-op-linux-53f374b13413c072ec4717703479ef7d5b632f90.zip |
sh-pfc: Remove unused sh_pfc_soc_info reserved_id field
The field is unused, remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/sh_pfc.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/sh_pfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/drivers/pinctrl/sh-pfc/sh_pfc.h index c50fb51a7fac..2627a89273ee 100644 --- a/drivers/pinctrl/sh-pfc/sh_pfc.h +++ b/drivers/pinctrl/sh-pfc/sh_pfc.h @@ -90,7 +90,6 @@ struct pinmux_range { struct sh_pfc_soc_info { char *name; - pinmux_enum_t reserved_id; struct pinmux_range input; struct pinmux_range input_pd; struct pinmux_range input_pu; |