From patchwork Thu Dec 31 13:52:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 561893 X-Patchwork-Delegate: trini@ti.com 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 DF2CD140BA3 for ; Fri, 1 Jan 2016 00:52:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BDE9D4B9F4; Thu, 31 Dec 2015 14:52:24 +0100 (CET) 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 TZslSuZDzDc8; Thu, 31 Dec 2015 14:52:24 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EDC274B9E1; Thu, 31 Dec 2015 14:52:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8CF5B4B9E1 for ; Thu, 31 Dec 2015 14:52:20 +0100 (CET) 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 H6wsSe3Wk7Ii for ; Thu, 31 Dec 2015 14:52:20 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by theia.denx.de (Postfix) with ESMTPS id 2768E4B9BF for ; Thu, 31 Dec 2015 14:52:16 +0100 (CET) Received: by mail-yk0-f180.google.com with SMTP id k129so157634371yke.0 for ; Thu, 31 Dec 2015 05:52:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:subject:date:message-id:in-reply-to:references; bh=eeailNwYI5aSOkylPJj0YSWUn+V+ShKmpdaXaglyt1Y=; b=l9TdXL6xcJ4hM4j5c5ZJcpi7Gty4Z03b9dYADdRwL5Lp2D5hz+jjLMpU38N3YCrJNI 0Wa3Faj2wHwYIFCgJ9y8TnF6djTiMBvosbLWwUMMOB9iVk82rfIeFp9DZgff+/yLm4bk cFeC401MaIsysPsl+UgqnicB9BhExWSWOUK4hS9tYoGXLbz5CvkS9e2eKHKO+sGHRH2d 5rOHEMjThe+VS9sWVmhmus8h5bgT8r1XE1ZY/YQ6zSX9hStgf+owYmaBY9F1x+gNjR9c 9HI4IWMA2x/U+NlrzYUQMdVYt/KY1M+V41UkPeff8zw04T2DKaO8lZP5/eIKZSjgPJji WB3A== X-Received: by 10.129.152.8 with SMTP id p8mr56854998ywg.200.1451569935364; Thu, 31 Dec 2015 05:52:15 -0800 (PST) Received: from localhost.localdomain (cpe-75-180-230-22.ec.res.rr.com. [75.180.230.22]) by smtp.gmail.com with ESMTPSA id v70sm32049642ywa.30.2015.12.31.05.52.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Dec 2015 05:52:13 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Thu, 31 Dec 2015 08:52:18 -0500 Message-Id: <1451569938-20943-1-git-send-email-trini@konsulko.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1451471464-12899-1-git-send-email-jteki@openedev.com> References: <1451471464-12899-1-git-send-email-jteki@openedev.com> Subject: [U-Boot] [PATCH] trats2: Move include of power/max77686_pmic.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" We only need this include file in board/samsung/common/misc.c, so move it there. Signed-off-by: Tom Rini --- board/samsung/common/misc.c | 1 + include/configs/trats2.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c index da0d4db1..a401e75 100644 --- a/board/samsung/common/misc.c +++ b/board/samsung/common/misc.c @@ -19,6 +19,7 @@ #include #include #include +#include #include DECLARE_GLOBAL_DATA_PTR; diff --git a/include/configs/trats2.h b/include/configs/trats2.h index f12a952..7861043 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -209,8 +209,6 @@ int get_soft_i2c_sda_pin(void); /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__ -#include - #define KEY_PWR_PMIC_NAME "MAX77686_PMIC" #define KEY_PWR_STATUS_REG MAX77686_REG_PMIC_STATUS1 #define KEY_PWR_STATUS_MASK (1 << 0)