From 76e918933d8198fae49b48b4a89c92a1a0fa627f Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 15 Jul 2013 18:31:24 -0300 Subject: video: mxsfb: Let device core handle pinctrl Since commit ab78029 (drivers/pinctrl: grab default handles from device core) we can rely on device core for handling pinctrl, so remove devm_pinctrl_get_select_default() from the driver. Signed-off-by: Fabio Estevam Acked-by: Shawn Guo Signed-off-by: Tomi Valkeinen --- drivers/video/mxsfb.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/video/mxsfb.c') diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 3ba37713b1f9..5861ba2c2a20 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include