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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDA88C433F5 for ; Sun, 3 Oct 2021 11:18:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 895CD61AF0 for ; Sun, 3 Oct 2021 11:18:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 895CD61AF0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9tMX8HpLZ7O4k4CG3Z6EKsXqS6xFFDcxHusD0IoLYvw=; b=NGLgvW/Vys6xVd p2FHkoCKAYeRKod0SrQFG8C3kMr9EBrfVpPBviO3XsJvDJk9V044f6D2f5hBiACYLx6LDK7hEURnz IrsoJVJrGsFYq5USsZGQmK0KdHAquMiyZOVPqb7VnqfsaGC402HaCBaiELCF03R44XVrHwB02FIT9 OVCiRprsu5pzCiS8RqhU1JqmLyYNOtWRsSuQeOmZcQZbn2jAGuWLtrPyQzNetK1joBYE7uXmeowFD BIvIUYALABDZe+iCvAJVwBCy+gQ8y9czApKjcQMLhr1iEdFvNwMb3h9fU2xN5svRqUNNWJSI+Z8p6 gXru/IhwLBYPA24wPifQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWzU6-003cIF-2G; Sun, 03 Oct 2021 11:16:46 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWzU3-003cHU-96 for linux-arm-kernel@lists.infradead.org; Sun, 03 Oct 2021 11:16:44 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10125"; a="222609465" X-IronPort-AV: E=Sophos;i="5.85,343,1624345200"; d="scan'208";a="222609465" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2021 04:16:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,343,1624345200"; d="scan'208";a="620885118" Received: from lkp-server01.sh.intel.com (HELO 72c3bd3cf19c) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 03 Oct 2021 04:16:38 -0700 Received: from kbuild by 72c3bd3cf19c with local (Exim 4.92) (envelope-from ) id 1mWzTx-000394-LY; Sun, 03 Oct 2021 11:16:37 +0000 Date: Sun, 3 Oct 2021 19:15:57 +0800 From: kernel test robot To: Stefan Asserhall for SMP Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek Subject: [RFC PATCH xilinx-xlnx] microblaze: fix duplicated inclusion Message-ID: <20211003111557.GA34251@5fc29ccdf33a> References: <202110031953.KiJr6Qcq-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202110031953.KiJr6Qcq-lkp@intel.com> X-Patchwork-Hint: ignore arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211003_041643_370842_346ABE79 X-CRM114-Status: GOOD ( 13.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- mmu_context_mm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/microblaze/include/asm/mmu_context_mm.h b/arch/microblaze/include/asm/mmu_context_mm.h index 5ea769225b12d..3d19928bc1966 100644 --- a/arch/microblaze/include/asm/mmu_context_mm.h +++ b/arch/microblaze/include/asm/mmu_context_mm.h @@ -11,7 +11,6 @@ #include #include -#include #include #include _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel