]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit84b4855f74b592f6f6d857e23ac25535c9cde2b1
tree8a88b82f4b06113698fe9c7d0e060ef0972f3c20
parentb0b9962656a5051aff502b75821c90872d7e295e
drm/rockchip: lvds: Explicitly include pinctrl headers

The Rockchip LVDS driver fails to build after commit b1e78d993f6c
("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