Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp436099imm; Tue, 31 Jul 2018 22:26:22 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfczVasEJn1znOiwiFqCc6m5Fn+iHifW++cKxroT32/ZJ69pUVRqvgflhf/YtRKMG2kZ5+h X-Received: by 2002:a63:eb53:: with SMTP id b19-v6mr15378536pgk.371.1533101182776; Tue, 31 Jul 2018 22:26:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101182; cv=none; d=google.com; s=arc-20160816; b=xSM6c5Ae5/Qnn/W83GsjENceRToFagNBTRhQ19ue1U00QYTbDUgJqTBefyTw/2Ki8+ ipyciza5+9EbxU1+PPvztR1ATuM+SBbuorkBvU9guS6c4nI57rr4zG6KdLtnYRLQOE4Z a2FZsOwUt1nC2lZXdPP6Bz12NNL0rXcmxVdNV3KIhk9qyiv5fa1QFiD0nr/4nt1BhcSA XDp4fjYw72vpVBF9d+3DvYNYzdFZFCRLAizhI4Fj3EWh8KoGHD+xwWat6cd/vC4abR2I XN83LjPiIkCSjyeBbBKFBz3bNKkGc+3c5bQwhiSqvyFMfevER79PiJYLqhT3aNCr/8OT E4VQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=RZKTFEU64MN9RY0D/OzkDj2tf8ZNFcwwZ0cGf+KTChE=; b=jphAbczQosecVnpM2xuCzXP8AhNjOXJ8/7ZXG6i8jnMMN+nWKLgueKDYoAY59aHavO Ei+3Zrj+Mz2I70Zh6rGpIPDDDjI7erpWOjl9rVyLrArh3G9KdBPBoqpoPcUMHJJ8M9qk IRL/Tpa68ojg7JlGqq0epQTArbBY9Xp0EtC2OF9zPlx1Vf6jA441DC42itqOcEfGwyvt OfN1RJrgeSdFFvZ6+zjQ3qUJWRjywC0FgZ4JKQCuidYd+lOuUXzykbRq8lpHlq6RhYlS 7ed+MPkIFQR7hnIDW1NqctH8pW5Vybx9bDu+3y07pGdjjd16sQGxerqWFmqheiorz7nU B8kg== ARC-Authentication-Results: i=1; mx.google.com; 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 3-v6si11425790plc.282.2018.07.31.22.26.08; Tue, 31 Jul 2018 22:26:22 -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; 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 S1733223AbeHAHHy (ORCPT + 99 others); Wed, 1 Aug 2018 03:07:54 -0400 Received: from ozlabs.org ([203.11.71.1]:45227 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733148AbeHAHHx (ORCPT ); Wed, 1 Aug 2018 03:07:53 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDQ1rpVz9s8W; Wed, 1 Aug 2018 15:24:06 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: e8cb7a55eb8dcf65838d0911dc7ba00b7d7accf5 In-Reply-To: <54806495e0f666b3f748e57fabfc91ee268bcbaa.1530807556.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3,07/16] powerpc: remove superflous inclusions of asm/fixmap.h Message-Id: <41gMDQ1rpVz9s8W@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:06 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-07-05 at 16:25:03 UTC, Christophe Leroy wrote: > Files not using fixmap consts or functions don't need asm/fixmap.h > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e8cb7a55eb8dcf65838d0911dc7ba0 cheers