From patchwork Wed Nov 13 00:44:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AKASHI Takahiro X-Patchwork-Id: 1193907 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 (no SPF record) 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=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="GH5Wh2hk"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 47CQsZ5W6Lz9sQw for ; Wed, 13 Nov 2019 11:46:26 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 39003C21ED5; Wed, 13 Nov 2019 00:45: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_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 4B238C21F19; Wed, 13 Nov 2019 00:45:36 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 511F9C21C51; Wed, 13 Nov 2019 00:45:21 +0000 (UTC) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by lists.denx.de (Postfix) with ESMTPS id 93C07C21F74 for ; Wed, 13 Nov 2019 00:45:20 +0000 (UTC) Received: by mail-pg1-f196.google.com with SMTP id f19so137323pgk.11 for ; Tue, 12 Nov 2019 16:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/B2Q/hPLXVTK89AENurvfz71atVJaQkC2471AB7reqE=; b=GH5Wh2hkgSg8wiuLl5sfLGQIt8MmjKVAjRcLSy+xt+F26q90Ne/FNaoq146Z2JpoUk ouACXRm9S/iH88wHz5b5vvpMCiKK3yhm4YNS8QRqSyfkl/VCTQGFERdgCTbqu0hjR62z 30GXtfAFt1iMuprRQvnkNA5Jx08z+b9ajwahPo6n44YVKsvLHPi71vLwn5kohDa/SGVN 0Sk+rUdvZ3HpPTn9xTRyZmdAHiAlRw0ODcjJ8RUCT5Qu0s4myWC2X4urGlGk6Ue1VqYg 3xt0A4xdnClYNIhiqZYr5LokMkMEpaRyeZVV70l7rkjHb157pd7AxUk+ex2XdYRatNdE ILIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/B2Q/hPLXVTK89AENurvfz71atVJaQkC2471AB7reqE=; b=b2aK3du8tNLmHhEoCdRSU+DfaGYDHjFhTc+jSkr4utRFSg05h7iLwRbtuuc5RQJ1s+ Dkvz81DpuCl+qfgkXkd/wiem4PlvfJFfUaIMKKzZGQD8du6R8LBpEgKZMxlTIODyf6V+ tpwQUXb87Mp1qp1DfipAS5lhcDAOXJTx7Y2HMg3+TGymh4wuCnYdvFaEOo0TP3W/3IAx m+iG5RjlGVPtiFksToRVhnvdHKg7Smt9m5iXpanVWR+tHE+1vwQw7cEnnAqdv2aru4nv cJsJFfbxXy4Lv7ytTgD+I9UktEdyOO7wss44dsd0eViTBC8TMrUZpYe30KPC6I4r54ab wkIQ== X-Gm-Message-State: APjAAAWSqpNeC3NZPUYjwpflpb7YU/SPoE32MY+FySlP8yFMl2sI/cwU rjOPnYUqPsWeQwaNs7gL1jN8DA== X-Google-Smtp-Source: APXvYqzJaFs5Hmz5jQEO8OPgdL5B4G47t2RZcFF2PyOtWtkgHTqN8HAhf5OT4GaWUEuiDOB1fcoNsw== X-Received: by 2002:a62:8748:: with SMTP id i69mr949481pfe.224.1573605919269; Tue, 12 Nov 2019 16:45:19 -0800 (PST) Received: from linaro.org ([121.95.100.191]) by smtp.googlemail.com with ESMTPSA id r15sm165800pfh.81.2019.11.12.16.45.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Nov 2019 16:45:18 -0800 (PST) From: AKASHI Takahiro To: trini@konsulko.com, xypron.glpk@gmx.de, agraf@csgraf.de Date: Wed, 13 Nov 2019 09:44:52 +0900 Message-Id: <20191113004502.29986-7-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191113004502.29986-1-takahiro.akashi@linaro.org> References: <20191113004502.29986-1-takahiro.akashi@linaro.org> MIME-Version: 1.0 Cc: u-boot@lists.denx.de, mail@patrick-wildt.de Subject: [U-Boot] [PATCH v3 06/16] linux/time.h: include vsprintf.h 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Without this commit, time.h possibly causes a build error as asctime_r() uses sprintf(). Signed-off-by: AKASHI Takahiro --- include/linux/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/time.h b/include/linux/time.h index dc9344a6d97b..702dd276aea5 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -2,6 +2,7 @@ #define _LINUX_TIME_H #include +#include #include #define _DEFUN(a,b,c) a(c)