From patchwork Wed May 17 14:23:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 763656 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wSdST0y1mz9ryb for ; Thu, 18 May 2017 01:26:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="SSQLDMf2"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id D46B4C22796; Wed, 17 May 2017 14:58:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E10CCC2266F; Wed, 17 May 2017 14:58:23 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D1752C22643; Wed, 17 May 2017 14:23:58 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) by lists.denx.de (Postfix) with ESMTPS id 77853C225B0 for ; Wed, 17 May 2017 14:23:58 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id w10so17079057oif.0 for ; Wed, 17 May 2017 07:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=/FYJraWfPvmR97oUpLuPepcCK3Dysgy3qBp+p6EkKFY=; b=SSQLDMf2RlE2+J/C7wQ3Y6Rnh+0kgEfkS5zSkeEhIO7Y6JaX9GEAPXl6Pb7P87S0Yc MmiDG5mHTKPGQLsuGxovEr7ATglu2n9kH+ai1XeK7k3xtgsvSJN2k3X1IrHs8o1Vryug bhsoBdX1k4SY9Qi2zFEHfkgBNqb4uZ1Db73y7svqUPL5KzWQocW2YGiHnTiabNWeDEPc U1LQ6UgP1GzYk6GEnmczGxnPG/Mv8Ualu/fPKcg1AqQkaY07TPHQrIy6E/jk8qO8JNg7 1idTbZ7xBYVjSHi1L4SC1YUgBZmV6zE3GitRB0yn5os8X6cxB4E13MeF0EBYVa0wqNSy //qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=/FYJraWfPvmR97oUpLuPepcCK3Dysgy3qBp+p6EkKFY=; b=Gp5onRlUL8DbBpidIexE3/PQNu48IzqsuZvH9KDxnoEBlFTyX9dtnJ7LWZzwIlQ82F 4SVAXhsnw+xKT4X2scuQZq9Gp2Pc3gLrP1qMNZbdJA0TQVCZFjHLkYYnAjScxdTWnt+o d4L1DKCAJ+gZroIqAILxUYvTDOyA5DCCFRhJD4OXF8ANDdZE+0K+GihzA0DTzNbQQRMt bzz2cXCYQ+Gsqfy0qq1UQkxt1ir9FPLQWB4DA71+o25+R2JU948yHcOgNUo1ZJoXG0fH 03j5sXPJOPcUqNJ5nVg3Q4R44BCXk610gsLmUbdflTxGH/dauP+7ptjXuyVx/8q48o69 dm8g== X-Gm-Message-State: AODbwcB1j5wMNEP4aKSlrSBuhX3dp7zPJ1+EU4Vxcmyw5ohNKEZH8pK8 O9zOeqXAeijo1VqQWwODRQ== X-Received: by 10.202.245.2 with SMTP id t2mr1785271oih.223.1495031037022; Wed, 17 May 2017 07:23:57 -0700 (PDT) Received: from kaki.bld.corp.google.com ([2620:0:1005:11:28e1:eb17:d6f7:d437]) by smtp.gmail.com with ESMTPSA id b12sm1101441oth.4.2017.05.17.07.23.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 May 2017 07:23:56 -0700 (PDT) Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id D8C5740550; Wed, 17 May 2017 08:23:55 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Wed, 17 May 2017 08:23:00 -0600 Message-Id: <20170517142311.29484-28-sjg@chromium.org> X-Mailer: git-send-email 2.13.0.303.g4ebf302169-goog In-Reply-To: <20170517142311.29484-1-sjg@chromium.org> References: <20170517142311.29484-1-sjg@chromium.org> Cc: Tom Rini Subject: [U-Boot] [PATCH 27/38] arm: Include asm/setup.h explictly X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Include this header where needed so we do not need to rely on common.h. Signed-off-by: Simon Glass --- arch/arm/include/asm/omap_common.h | 2 ++ arch/arm/mach-omap2/utils.c | 1 + board/Synology/ds109/ds109.c | 1 + board/bluegiga/apx4devkit/apx4devkit.c | 1 + board/compulab/common/common.c | 1 + board/compulab/common/eeprom.c | 1 + board/esd/meesc/meesc.c | 1 + board/gateworks/gw_ventana/gw_ventana.c | 1 + board/lego/ev3/legoev3.c | 1 + board/sunxi/board.c | 1 + board/toradex/common/tdx-common.c | 1 + 11 files changed, 12 insertions(+) diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index c1a70b15d0..f98998343e 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -638,6 +638,8 @@ void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control, u32 txdone, u32 txdone_mask, u32 opp); s8 abb_setup_ldovbb(u32 fuse, u32 ldovbb); +struct tag_serialnr; + void omap_die_id_serial(void); void omap_die_id_get_board_serial(struct tag_serialnr *serialnr); void omap_die_id_usbethaddr(void); diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c index 2d03ebfbd3..e0e32123dc 100644 --- a/arch/arm/mach-omap2/utils.c +++ b/arch/arm/mach-omap2/utils.c @@ -5,6 +5,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ #include +#include #include static void do_cancel_out(u32 *num, u32 *den, u32 factor) { diff --git a/board/Synology/ds109/ds109.c b/board/Synology/ds109/ds109.c index b46c09d648..0c2f5258e9 100644 --- a/board/Synology/ds109/ds109.c +++ b/board/Synology/ds109/ds109.c @@ -8,6 +8,7 @@ #include #include +#include #include #include #include diff --git a/board/bluegiga/apx4devkit/apx4devkit.c b/board/bluegiga/apx4devkit/apx4devkit.c index 08e79bd7ac..2215c29c9c 100644 --- a/board/bluegiga/apx4devkit/apx4devkit.c +++ b/board/bluegiga/apx4devkit/apx4devkit.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include diff --git a/board/compulab/common/common.c b/board/compulab/common/common.c index b25d9a20b4..bf2ac7bd7f 100644 --- a/board/compulab/common/common.c +++ b/board/compulab/common/common.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "common.h" #include "eeprom.h" diff --git a/board/compulab/common/eeprom.c b/board/compulab/common/eeprom.c index b5f1aa61cb..bb4c9e9740 100644 --- a/board/compulab/common/eeprom.c +++ b/board/compulab/common/eeprom.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include "eeprom.h" diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 037cf074ea..e4bda7909a 100644 --- a/board/esd/meesc/meesc.c +++ b/board/esd/meesc/meesc.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index c4c2d23532..d45abe468a 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c index 3d6de11798..26534394ab 100644 --- a/board/lego/ev3/legoev3.c +++ b/board/lego/ev3/legoev3.c @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef CONFIG_MMC_DAVINCI #include diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 4404edb59e..e222607cd2 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -33,6 +33,7 @@ #include #include #include +#include #if defined CONFIG_VIDEO_LCD_PANEL_I2C && !(defined CONFIG_SPL_BUILD) /* So that we can use pin names in Kconfig and sunxi_name_to_gpio() */ diff --git a/board/toradex/common/tdx-common.c b/board/toradex/common/tdx-common.c index 2c6fc409c1..0d267877fa 100644 --- a/board/toradex/common/tdx-common.c +++ b/board/toradex/common/tdx-common.c @@ -9,6 +9,7 @@ #include #include "tdx-cfg-block.h" +#include #include "tdx-common.h" #ifdef CONFIG_TDX_CFG_BLOCK