Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1043366pxj; Thu, 17 Jun 2021 21:03:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyGYHsf4qLQiMyQJum7NZbNVrPDuBqgAwnweVBPJ/7ghjGLhtXjHkVZ/nULukTftjRL2umh X-Received: by 2002:a17:906:d20b:: with SMTP id w11mr8958650ejz.242.1623988986577; Thu, 17 Jun 2021 21:03:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623988986; cv=none; d=google.com; s=arc-20160816; b=S18rqc98WukFuIykR8gcxCPrL+LHNejcNCz1ljI8zCyqoiRZuNxuDhGwx/dSWDF9fE Isg6Klmwzl5NA3gcYPJ5NS7qFD1yB7bMIB4JwWbDMeUVmW8tkUfO6fSu9hGuXRqioSKn XgJq1+6OcK/FpRsNlg54vLV+T8HT2hf4SVxKgkSVmVQjVEqTQ1BI8QmBwSVqfsFByf/u Zb/l6Pe0Wldu9MDF9nvZA+0gvlMfaVwmVwmStLqxqv3WJlIrN4rhIH+9v/tkQK7X/dzS P5x3OTML8rgJEvXbPkFsxd05o2rOBQmAu3bq2AUhPGil3G9QWAYke/mTpPr3P4rRTRqX eh6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=2nOm1CguIdLRvu8ytNcMd9//QiYMWRvYZnYIxlDGF5g=; b=Szr9KWoPF1jqWEwTzkuMrQsUjKbM3ZSNdaOEJ/AnZUKE77HZ0E+RUMUq8BM4ZbPFj0 I/pFJnnCsVVMsxIj7H4yShUehq4NEy993mhAb1nwi5wl9YOjyM1LVmYCo5u3plxxDdMT XVtjxaVvcBwKK4mchFD0ibq8bFKao9Uo5l5nAozBpwE9dwSYb0rXtwrLuN4go+xI4NA5 38iJnpj0K6T0hmYATVFo749Suswr4t5hf9k2+3hhlyZiPMENwUWiv36af1vy0H3LI0PP sxDyWlW8xGkZk9SYRocj7+hqHF2M9AouDAMDQ/K99cNDeCoXlwTS6sSxWJwSFQ9JZfoQ JOvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 16si1083846ejd.349.2021.06.17.21.02.43; Thu, 17 Jun 2021 21:03:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231181AbhFRDw6 (ORCPT + 99 others); Thu, 17 Jun 2021 23:52:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbhFRDw5 (ORCPT ); Thu, 17 Jun 2021 23:52:57 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F221C061574 for ; Thu, 17 Jun 2021 20:50:49 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4G5lMB30ZWz9sCD; Fri, 18 Jun 2021 13:50:46 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , Paul Mackerras , Christophe Leroy , Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <3e5b63bb3daab54a1eb9c20221c2e9528c4db9b3.1622883330.git.christophe.leroy@csgroup.eu> References: <3e5b63bb3daab54a1eb9c20221c2e9528c4db9b3.1622883330.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/mem: Add back missing header to fix 'no previous prototype' error Message-Id: <162398820924.1362017.13365422518831928702.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:50:09 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 5 Jun 2021 08:56:09 +0000 (UTC), Christophe Leroy wrote: > Commit b26e8f27253a ("powerpc/mem: Move cache flushing functions into > mm/cacheflush.c") removed asm/sparsemem.h which is required when > CONFIG_MEMORY_HOTPLUG is selected to get the declaration of > create_section_mapping(). > > Add it back. Applied to powerpc/fixes. [1/1] powerpc/mem: Add back missing header to fix 'no previous prototype' error https://git.kernel.org/powerpc/c/8e11d62e2e8769fe29d1ae98b44b23c7233eb8a2 cheers