Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755589Ab3COWYS (ORCPT ); Fri, 15 Mar 2013 18:24:18 -0400 Received: from mail-pb0-f49.google.com ([209.85.160.49]:53574 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755428Ab3COWYQ (ORCPT ); Fri, 15 Mar 2013 18:24:16 -0400 Message-ID: <5143A0F9.1010301@gmail.com> Date: Sat, 16 Mar 2013 09:30:17 +1100 From: Ryan Mallon User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20 MIME-Version: 1.0 To: H Hartley Sweeten CC: linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, stable@vger.kernel.org, FlorianSchandinat@gmx.de, damien.cassou@lifl.fr Subject: Re: [PATCH] video: ep93xx_fb: include for devm_ioremap() References: <201303151520.26873.hartleys@visionengravers.com> In-Reply-To: <201303151520.26873.hartleys@visionengravers.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1418 Lines: 43 On 16/03/13 09:20, H Hartley Sweeten wrote: > commit be867814 "drivers/video/ep93xx-fb.c: use devm_ functions" > > Introduced a build error: > > drivers/video/ep93xx-fb.c: In function 'ep93xxfb_probe': > drivers/video/ep93xx-fb.c:532: error: implicit declaration of function 'devm_ioremap' > drivers/video/ep93xx-fb.c:533: warning: assignment makes pointer from integer without a cast > > Include to pickup the declaration of 'devm_ioremap'. > > Signed-off-by: H Hartley Sweeten > Cc: > Cc: Florian Tobias Schandinat > Cc: Ryan Mallon > Cc: Damien Cassou Acked-by: Ryan Mallon > --- > drivers/video/ep93xx-fb.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/ep93xx-fb.c b/drivers/video/ep93xx-fb.c > index 3f2519d..e06cd5d 100644 > --- a/drivers/video/ep93xx-fb.c > +++ b/drivers/video/ep93xx-fb.c > @@ -23,6 +23,7 @@ > #include > #include > #include > +#include > > #include > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/