From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07FC7C433B4 for ; Fri, 21 May 2021 07:32:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4CB66108B for ; Fri, 21 May 2021 07:32:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236151AbhEUHdW (ORCPT ); Fri, 21 May 2021 03:33:22 -0400 Received: from mga14.intel.com ([192.55.52.115]:55414 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233932AbhEUHdU (ORCPT ); Fri, 21 May 2021 03:33:20 -0400 IronPort-SDR: 9v2fDNOKLH1EAE/eLdMtig87T6TgqXNmLj2tIFYN7MEe+N9rxdJTJxOKtU1zCMX5IFRVP7xdRG sa8sM+HtIyMA== X-IronPort-AV: E=McAfee;i="6200,9189,9990"; a="201137171" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="201137171" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 00:31:57 -0700 IronPort-SDR: U7XbiG2wQv3f0J2saMwF9uBwC3a5FggG3awABg+dujaTYQCk5pm41WA7l2kOpPNpBysY7IaN7R CH+BXN7I+Y0Q== X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="474409148" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 00:31:55 -0700 Date: Fri, 21 May 2021 15:30:43 +0800 From: kernel test robot To: Sebastian Andrzej Siewior Cc: kbuild-all@lists.01.org, "Steven Rostedt (VMware)" , linux-kernel@vger.kernel.org Subject: [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion Message-ID: <20210521073043.GA2687475@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210521072932.GZ2687475@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org include/linux/blk-cgroup.h: linux/kthread.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- blk-cgroup.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h index da587e60fe866a..1a83e232d4a5df 100644 --- a/include/linux/blk-cgroup.h +++ b/include/linux/blk-cgroup.h @@ -14,7 +14,6 @@ * Nauman Rafique */ -#include #include #include #include