diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-03 16:26:15 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-24 12:38:29 +0300 |
commit | 4b6e6c19895b923b1ebfb5312902e905e2a1f91a (patch) | |
tree | 9ff1a0b37ed215330fdd3c666452115568ddba31 /drivers/pinctrl/renesas/pfc-r8a7778.c | |
parent | b82fd2df17afc53580e8aeaee243dde4b23b9e79 (diff) | |
download | linux-4b6e6c19895b923b1ebfb5312902e905e2a1f91a.tar.xz |
pinctrl: renesas: Move R-Car bias helpers to sh_pfc.h
The Renesas Pin Function Controller driver uses two header files:
- sh_pfc.h, for use by both core code and SoC-specific drivers,
- core.h, for internal use by the core code only.
Hence move the R-Car bias helper declarations from core.h to sh_pfc.h,
and drop the inclusion of core.h from SoC-specific drivers that no
longer need it.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20210303132619.3938128-3-geert+renesas@glider.be
Diffstat (limited to 'drivers/pinctrl/renesas/pfc-r8a7778.c')
-rw-r--r-- | drivers/pinctrl/renesas/pfc-r8a7778.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/renesas/pfc-r8a7778.c b/drivers/pinctrl/renesas/pfc-r8a7778.c index 75f52b1798c3..6185af9c4990 100644 --- a/drivers/pinctrl/renesas/pfc-r8a7778.c +++ b/drivers/pinctrl/renesas/pfc-r8a7778.c @@ -16,7 +16,6 @@ #include <linux/kernel.h> #include <linux/pinctrl/pinconf-generic.h> -#include "core.h" #include "sh_pfc.h" #define PORT_GP_PUP_1(bank, pin, fn, sfx) \ |