summaryrefslogtreecommitdiffstats
path: root/include/drm/bridge
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-05-05 18:32:17 +0200
committerThierry Reding <treding@nvidia.com>2015-06-05 13:46:18 +0200
commitdad3c3503462f59c6bec7edfa19dbde1857962c0 (patch)
treeb5d20dbc92ac7dd9978df1804daf36e6f967f91e /include/drm/bridge
parent6c7e66e617d3cc7eb84ee61deb216dcec4899563 (diff)
downloadlinux-dad3c3503462f59c6bec7edfa19dbde1857962c0.tar.gz
linux-dad3c3503462f59c6bec7edfa19dbde1857962c0.tar.bz2
linux-dad3c3503462f59c6bec7edfa19dbde1857962c0.zip
drm/bridge: ptn3460: Include linux/gpio/consumer.h
If GPIOLIB=n and asm-generic/gpio.h is not used: drivers/gpu/drm/bridge/ptn3460.c: In function ‘ptn3460_pre_enable’: drivers/gpu/drm/bridge/ptn3460.c:135: error: implicit declaration of function ‘gpiod_set_value’ drivers/gpu/drm/bridge/ptn3460.c: In function ‘ptn3460_probe’: drivers/gpu/drm/bridge/ptn3460.c:333: error: implicit declaration of function ‘devm_gpiod_get’ drivers/gpu/drm/bridge/ptn3460.c:333: warning: assignment makes pointer from integer without a cast drivers/gpu/drm/bridge/ptn3460.c:340: error: implicit declaration of function ‘gpiod_direction_output’ drivers/gpu/drm/bridge/ptn3460.c:346: warning: assignment makes pointer from integer without a cast Add the missing #include <linux/gpio/consumer.h> to fix this. Fixes: af478d8823 ("drm/bridge: ptn3460: use gpiod interface") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/drm/bridge')
0 files changed, 0 insertions, 0 deletions