From patchwork Sat Sep 28 03:24:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 278704 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7BD542C0196 for ; Sat, 28 Sep 2013 13:32:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4EABF4A08F; Sat, 28 Sep 2013 05:32:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2gtw3RqyvQU; Sat, 28 Sep 2013 05:32:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A06DC4A081; Sat, 28 Sep 2013 05:32:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B05404A081 for ; Sat, 28 Sep 2013 05:32:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nui-D4udRiAb for ; Sat, 28 Sep 2013 05:32:01 +0200 (CEST) X-Greylist: delayed 433 seconds by postgrey-1.27 at theia; Sat, 28 Sep 2013 05:31:53 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-yh0-f52.google.com (mail-yh0-f52.google.com [209.85.213.52]) by theia.denx.de (Postfix) with ESMTPS id 6484D4A080 for ; Sat, 28 Sep 2013 05:31:53 +0200 (CEST) Received: by mail-yh0-f52.google.com with SMTP id v1so1268124yhn.39 for ; Fri, 27 Sep 2013 20:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :organization; bh=m1vGnQwmipsP6SKXha5zboCPFLMcVNeXRyw3uLl3x2Q=; b=LS4pcVBmOl+6sGkqDPO2ovbI6il60BLHZr+YaJ3gty4o+l4mXFibHPBr798Va/4bRm 9R5NaUafc/WUBV2mKwY5ZzVYZHHsVBUwQAl5W0uDCi+wyoGFg5xF214VsOFZ6SObyfWO 3pBHcukQ4rDOEk/sUgFw3+xr+62orZyFVlOFdZDi60isjI2VkYa6SZU2i1kzMUIGa/yb 2dXuI3VZbdF356NMPFUKv4Mi09jyB0axcxzNxEkyFtpDk62HsmQ2zaeBhBxLDNlvFyhK OpN2FuSuNPSk4ZTYiEtBtOuSivQruQM1FeQ6rkCREu4XSFSsj1tIDZfxOO1zDp7ybAq9 z4OQ== X-Received: by 10.236.59.7 with SMTP id r7mr10366339yhc.42.1380338681044; Fri, 27 Sep 2013 20:24:41 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.209.11]) by mx.google.com with ESMTPSA id v45sm15980678yha.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 20:24:40 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Date: Sat, 28 Sep 2013 00:24:14 -0300 Message-Id: <1380338659-7896-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1380338659-7896-1-git-send-email-otavio@ossystems.com.br> References: <1380338659-7896-1-git-send-email-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador Subject: [U-Boot] [PATCH 3/7] include/linux/fb.h: Add a missing include for 'list.h' X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Otavio Salvador --- include/linux/fb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/fb.h b/include/linux/fb.h index 3858f8f..111372c 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -2,6 +2,7 @@ #define _LINUX_FB_H #include +#include /* Definitions of frame buffers */