aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-09-25 10:55:44 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2015-10-20 16:03:40 +0200
commit69af775a18ff1d07f527b2f6caec171af5e1397e (patch)
tree8d7069e7a2a1b5e55232878ae9b14cbafa388779 /drivers/pinctrl/sh-pfc/pfc-r8a7790.c
parentusb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h> (diff)
downloadwireguard-linux-69af775a18ff1d07f527b2f6caec171af5e1397e.tar.xz
wireguard-linux-69af775a18ff1d07f527b2f6caec171af5e1397e.zip
pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>
This header file will be removed soon. Copy the helper macro RCAR_GP_PIN(), which is used by the pinctrl drivers only, to sh_pfc.h, and drop the #include. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7790.c')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-r8a7790.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
index ab80f0ac6f05..d9924b0d53b7 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7790.c
@@ -22,7 +22,6 @@
*/
#include <linux/kernel.h>
-#include <linux/platform_data/gpio-rcar.h>
#include "core.h"
#include "sh_pfc.h"