diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-09-29 17:12:39 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-20 11:37:19 +0200 |
commit | 1860bb134fc29dee0aeb912ae20799119b920df9 (patch) | |
tree | c5a1326393d9511f51c7f29c4d845cacec2997f1 /drivers/pinctrl/sh-pfc/sh_pfc.h | |
parent | pinctrl: sh-pfc: r8a7778: Use generic bias register description (diff) | |
download | linux-1860bb134fc29dee0aeb912ae20799119b920df9.tar.xz linux-1860bb134fc29dee0aeb912ae20799119b920df9.zip |
pinctrl: sh-pfc: Remove obsolete sh_pfc_pin_to_bias_info()
All users of sh_pfc_pin_to_bias_info() and the related data structures
have been converted to sh_pfc_pin_to_bias_reg(), so those can be
removed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/sh_pfc.h')
-rw-r--r-- | drivers/pinctrl/sh-pfc/sh_pfc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pinctrl/sh-pfc/sh_pfc.h b/drivers/pinctrl/sh-pfc/sh_pfc.h index 1914f4b5fef5..18fd87826629 100644 --- a/drivers/pinctrl/sh-pfc/sh_pfc.h +++ b/drivers/pinctrl/sh-pfc/sh_pfc.h @@ -200,12 +200,6 @@ struct sh_pfc_window { unsigned long size; }; -struct sh_pfc_bias_info { - u16 pin; - u16 reg : 11; - u16 bit : 5; -}; - struct sh_pfc_pin_range; struct sh_pfc { |