From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 27 May 2013 14:44:24 +0000 Subject: Re: [PATCH] video: mxsfb: Let device core handle pinctrl Message-Id: <20130527144424.GD23825@game.jcrosoft.org> List-Id: References: <1369619294-10362-1-git-send-email-festevam@gmail.com> In-Reply-To: <1369619294-10362-1-git-send-email-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On 22:48 Sun 26 May , Fabio Estevam wrote: > From: Fabio Estevam > > 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. Linus we should do a pass on the kernel to clean this Best Regards, J. > > Signed-off-by: Fabio Estevam > --- > drivers/video/mxsfb.c | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c > index 21223d4..9d6a286 100644 > --- a/drivers/video/mxsfb.c > +++ b/drivers/video/mxsfb.c > @@ -46,7 +46,6 @@ > #include > #include > #include > -#include > #include > #include > #include