From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 16.mo4.mail-out.ovh.net ([188.165.55.104] helo=mo4.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U1wXB-0004L4-CY for barebox@lists.infradead.org; Sun, 03 Feb 2013 10:10:50 +0000 Received: from mail92.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo4.mail-out.ovh.net (Postfix) with SMTP id F2D58104ECC4 for ; Sun, 3 Feb 2013 11:20:45 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 3 Feb 2013 11:09:22 +0100 Message-Id: <1359886162-17364-1-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <1359881089-10578-1-git-send-email-plagnioj@jcrosoft.com> References: <1359881089-10578-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2] atmel_lcdfb: fix warning: implicit declaration of function 'clk_get_rate' To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/video/atmel_lcdfb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 85f5cf1..08888cc 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "atmel_lcdfb.h" -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox