drm/rockchip: lvds: Explicitly include pinctrl headers
authorThierry Reding <treding@nvidia.com>
Mon, 5 Feb 2018 12:47:49 +0000 (13:47 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Feb 2018 17:41:54 +0000 (09:41 -0800)
commit1c16a9ce01487a98052d37a94e4c411b4fd9617b
tree8a88b82f4b06113698fe9c7d0e060ef0972f3c20
parent567af7fc9d87df3228ef59864f77fe100ec0cee3
drm/rockchip: lvds: Explicitly include pinctrl headers

The Rockchip LVDS driver fails to build after commit 23c35f48f5fb
("pinctrl: remove include file from <linux/device.h>") because it relies
on the pinctrl/consumer.h and pinctrl/devinfo.h being pulled in by the
device.h header implicitly.

Include these headers explicitly to avoid the build failure.

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/rockchip/rockchip_lvds.c