From: Laurent Pinchart Date: Wed, 17 Apr 2013 23:06:57 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Remove HDMI function GPIOs X-Git-Tag: next-20130527~8^2^13~33 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f1e1c9f3bc1275e6c81989aa304fdd64bdc241c2;p=karo-tx-linux.git ARM: shmobile: r8a7740: Remove HDMI function GPIOs Those GPIOs have been deprecated by the pinctrl API. They are unused and unneeded, remove them. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h index 001302fda455..55f3d1ab9b35 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h @@ -300,10 +300,6 @@ enum { GPIO_FN_RESETP_PULLUP, GPIO_FN_RESETP_PLAIN, - /* HDMI */ - GPIO_FN_HDMI_HPD, - GPIO_FN_HDMI_CEC, - /* SDENC */ GPIO_FN_SDENC_CPG, GPIO_FN_SDENC_DV_CLKI,