Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp220524yba; Fri, 3 May 2019 00:02:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8H+qyliv3mp2VB7G9FKxmhf5Cu+kAK8isnakWjaJBCkqCP9AI5unr0Nnr977RmuChEz0E X-Received: by 2002:a62:5915:: with SMTP id n21mr8556742pfb.180.1556866966016; Fri, 03 May 2019 00:02:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556866966; cv=none; d=google.com; s=arc-20160816; b=JA67uHaVOkiSsexh2q2DjT0L1ZhDPSWMQ2jXQ/7luNoow4YWYZmKd1sB4pe1EgCh5k cNCZ1B2WIBin+5qRiCDxHMc7v3xVhr60vHoGPRA5hChoAEUv9/XwIJccIt3UsaO6yBzc aJXD4U+ZhUXUq4HhJuO7tnRPyjJdLHSGIHXE2F7+WAHxEiFvnrc7oeDgNjizHTianM4q 2rIeqaLVLXWkiSwLsyrXm1getVbU95fzj7AYWc7U2FtT0gz67aOsO20bAadA75Oi9AUK I5KbeTyc3+BtmZ3ytKVPBI2vmbxcCYUnWJNRFhOHUzbPCA7oN5pPb5Z0jUst5crkRxzF 0JQw== 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; bh=6on7egfu8cBBXnsAcuIaWwdiqEVWfDmIdvrj95iFZss=; b=A39xtnYQUldjRUoeQ51qZZ/AwbFhmtHchO1+xFx5c9/IthWYjleSN3MLQMbQ7wR9ci zppHRgNN9CfgyzNJLxuFliCPKIIqvjAHoku5X47ZNx4nLM1R7kj2U/Cii8uyRI4PSU/T GzklQAZ0+hI45gYAuJi+Bti67ywWVINz17NjUjPhbaYyfIR7cRL/IqhjkfXh90WkoNmI pf8qfc7tnCJP9KtKMEcx7IKhAGYAGY2L96sNNbGxE9S3DHwIcmk7NoBvD0nL1kibIrga Y9nV5Xb5qA1VvJRvSVKWnVaEZlJIRPI45xPa0q0Q/HJqfTZMxHL1UDoTtscpCQgkhf2W /ABA== 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 33si828050pld.265.2019.05.03.00.02.30; Fri, 03 May 2019 00:02:46 -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 S1727226AbfECHA0 (ORCPT + 99 others); Fri, 3 May 2019 03:00:26 -0400 Received: from ozlabs.org ([203.11.71.1]:36331 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726601AbfECG7O (ORCPT ); Fri, 3 May 2019 02:59:14 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44wNKF2n5tz9sBr; Fri, 3 May 2019 16:59:12 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 9d9f2cccde952126185e3336af0d4dc62eb254ad X-Patchwork-Hint: ignore In-Reply-To: <1c8eb7526ed327c3317053d57ac34e8c652b5449.1553853405.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: [PATCH v1 1/4] powerpc/mm: change #include "mmu_decl.h" to Message-Id: <44wNKF2n5tz9sBr@ozlabs.org> Date: Fri, 3 May 2019 16:59:13 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-03-29 at 09:59:59 UTC, Christophe Leroy wrote: > This patch make inclusion of mmu_decl.h independant of the location > of the file including it. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/9d9f2cccde952126185e3336af0d4dc6 cheers