Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp907936yba; Thu, 18 Apr 2019 11:35:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqyP4Vhw1QKDgzLYIAKbACSKTwDRkw/wF4/5zOHcYm+r6GH2lQZ8OsQ4fmjmFOHqQsLJib8A X-Received: by 2002:a65:5cc1:: with SMTP id b1mr10480223pgt.275.1555612532250; Thu, 18 Apr 2019 11:35:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555612532; cv=none; d=google.com; s=arc-20160816; b=EZVSsGwpExlkWpCYLDWXzOZS9kERKgEbLes6OMZFOF4JYaAXolUMnOzdzi9vYucr52 cucHhuNGUqbezwjihUNBikoUp6MzCTIrxLS6jvM7RluLWF9cqxOUlLEUzK/Ato1PkBNZ GPkhTk3plSb/Seq4PSZyEcyCzReAjMPeAXTpazo/WMk+i1of3k/K1QcW89RmsRclQ81n d53iIkG1XEebvrdzrBo3paBQUzYSC5bdlFM4AQPUPJyHl/qtT/HtaKPXsoZh1g38iQSL CfjQ7jk2npPDAqd0kI7tw5Ztqk4Z1XeJFg8hYp+064eFjmUiaIS8ifFbuCUKyk/JkZEw tkuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=5cKehZxGnTtPBkNYH9LOctEwBciTZNeA3yh7miHQr5I=; b=iwTAhN48xhWnQnybi1TKJDXij5/IqyY3g0jceHgSitRdcpKuDOkFGq0IuiA5jSTass yZ4qNnd7QuGJuUgsDI6EFC4ZAN1zxayVGYbT/WfTB0ik+YuWAnPbfV4UJAjFSkMS/U3U bE22cwcmZiBXhHtxN69Edjvwv5fxW483DYHM0QvyszLL7294SC68KW9BRsj8ujGQVmVC BhQjjECyOSkpCxiGSr8UFq50IKeWJ/zSNUcorIPeFwm3G6FSJYlgIGI0vG0aIDsX8Myt SbtrUwAMa4pCCGQ7NrqpWlzokUVJ9ColffVi4ZYtgOG5p7PwSNAnLrVaULSjN/xHSHVj LCKQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=CapW9kxo; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id be8si2687254plb.72.2019.04.18.11.35.17; Thu, 18 Apr 2019 11:35:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=CapW9kxo; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390214AbfDRR7r (ORCPT + 99 others); Thu, 18 Apr 2019 13:59:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:54696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390187AbfDRR7o (ORCPT ); Thu, 18 Apr 2019 13:59:44 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E0D3A21872; Thu, 18 Apr 2019 17:59:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555610384; bh=Y7CGsYJxBxRuOgDHHUseqWqqQPVywHCix9nRlMpzOrE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CapW9kxom+fh/IPOKTIEl0cLm7sal0odrqQjHQnrE4OLfFWbe+JdcV0kbKBIEMNkI 2sZQCs5ENZxPb8jJ/kokDaiZuexEMcitMtdVDp6JdYHgrhNmi47vejajPo70FBBlDT UJQ5b6VGwt/Lni60gEsj9Sc6d1z6ESsRPgwtBI08= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Josef Bacik , Bart Van Assche , Jens Axboe , Sasha Levin Subject: [PATCH 4.19 040/110] blk-iolatency: #include "blk.h" Date: Thu, 18 Apr 2019 19:56:29 +0200 Message-Id: <20190418160442.780004344@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190418160437.484158340@linuxfoundation.org> References: <20190418160437.484158340@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit 373e915cd8e84544609eced57a44fbc084f8d60f ] This patch avoids that the following warning is reported when building with W=1: block/blk-iolatency.c:734:5: warning: no previous prototype for 'blk_iolatency_init' [-Wmissing-prototypes] Cc: Josef Bacik Fixes: d70675121546 ("block: introduce blk-iolatency io controller") # v4.19 Signed-off-by: Bart Van Assche Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- block/blk-iolatency.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/blk-iolatency.c b/block/blk-iolatency.c index b154e057ca67..6b8396ccb5c4 100644 --- a/block/blk-iolatency.c +++ b/block/blk-iolatency.c @@ -75,6 +75,7 @@ #include #include "blk-rq-qos.h" #include "blk-stat.h" +#include "blk.h" #define DEFAULT_SCALE_COOKIE 1000000U -- 2.19.1