From patchwork Thu Nov 22 08:19:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 1001583 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 430sn60Cnwz9rxp for ; Thu, 22 Nov 2018 19:19:53 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id AE47DC21F2A; Thu, 22 Nov 2018 08:19:46 +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=FREEMAIL_FROM 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 AA3B0C21EE4; Thu, 22 Nov 2018 08:19:44 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 37A27C21ED5; Thu, 22 Nov 2018 08:19:42 +0000 (UTC) Received: from mail.visionsystems.de (mail.visionsystems.de [213.209.99.202]) by lists.denx.de (Postfix) with ESMTP id D9DACC21EFD for ; Thu, 22 Nov 2018 08:19:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id B361236FD46; Thu, 22 Nov 2018 09:19:41 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09482-07; Thu, 22 Nov 2018 09:19:41 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 9378236FD10; Thu, 22 Nov 2018 09:19:41 +0100 (CET) Received: from development1.visionsystems.de ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Nov 2018 09:19:41 +0100 From: yegorslists@googlemail.com To: u-boot@lists.denx.de Date: Thu, 22 Nov 2018 09:19:31 +0100 Message-Id: <20181122081933.11318-2-yegorslists@googlemail.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20181122081933.11318-1-yegorslists@googlemail.com> References: <20181122081933.11318-1-yegorslists@googlemail.com> X-OriginalArrivalTime: 22 Nov 2018 08:19:41.0487 (UTC) FILETIME=[1E141BF0:01D4823C] X-Virus-Scanned: amavisd-new at visionsystems.de Cc: trini@konsulko.com Subject: [U-Boot] [PATCH v2 2/4] arm: baltos: remove unused header 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" From: Yegor Yefremov OnRISC Baltos series uses SoM with tps65910 PMIC, so remove "power/tps65217.h" header inclusion. Signed-off-by: Yegor Yefremov Reviewed-by: Simon Glass --- board/vscom/baltos/board.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c index 60651f501f..c5949ad267 100644 --- a/board/vscom/baltos/board.c +++ b/board/vscom/baltos/board.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include