Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2525869pxj; Sun, 6 Jun 2021 05:17:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYfbuILDXIfiVmfXEIyc59yH9h1AuGeoTpCWXtGOR1GqAw3534oqp9XAKWoqwaeFvJaagZ X-Received: by 2002:aa7:cad6:: with SMTP id l22mr15016480edt.303.1622981837572; Sun, 06 Jun 2021 05:17:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622981837; cv=none; d=google.com; s=arc-20160816; b=s0Nv3Ayrzl4eOt8zDOlGBReHtnfhvudLUNNRaeEIlMGI8nrsKUQOt2g2rnvwyp4Irr EibPdUQKf/YqscChZjoKPvtnjzIttHmX8LIfpRuI/sD1L/umkQJX4L21iUMDZG8GTAzQ PYvnHoRp1moWMWaOf/wRMQOd4PJKZy+nycXx1KXjQlg1e56UWWR2eUyhjncdoOJ2bXaz 66VcgTEQtmgtcBMhHlEwZ7Dozqq8tm8ydNz1paGVHTAiedW15q7RuZwe7H4V6Ub5/YIg GOqIqJRwj517xYKbIgcED1VT6OWv0rPj3LmA9dgWpjDgSRWFYa3uJKMq8nWHp50GdJ3Y UM3g== 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=hiBG7d5APnKCZX2ZCxK1FUIN3dGA0qC9niK2OBMSCR4=; b=wbUXqwHwHaX0/gl0q1P8fgTjJX+KF5NpF9uh/GE0w3Zpd3PYm0A6NvhF5ysTgs8onI RXyA1AFY5LGw3h50gm4PbceownvYjAJ8+2OYHlSJQA2PgampEnSCyLLkZwOgcntK7PLi 18voBikTSPl6tJxZY8RpMtGpKKOV3vEYm4oul5UJ89Zwp5qkP9g0QJMpTsuv0QdnUaUu DpwaamXN9p0+yhrDl0fCMXOduVse5SrM5pqBTSaq4XrA1d0PQUKdFv4+O/i9omC5bKGK plBAawp4aijdH8SD6Xs+gVcKvqNVJPY92DdO0U5tGK6dOm7p3WExwLIWgBB7ueyGz464 o/yg== 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 8si9490039ejn.615.2021.06.06.05.16.55; Sun, 06 Jun 2021 05:17:17 -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 S230197AbhFFMOy (ORCPT + 99 others); Sun, 6 Jun 2021 08:14:54 -0400 Received: from ozlabs.org ([203.11.71.1]:36435 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230287AbhFFMOI (ORCPT ); Sun, 6 Jun 2021 08:14:08 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4Fyb3P2YbVz9t0p; Sun, 6 Jun 2021 22:12:16 +1000 (AEST) From: Michael Ellerman To: Nick Desaulniers , Michael Ellerman Cc: Greg Kroah-Hartman , Alexey Kardashevskiy , linux-kernel@vger.kernel.org, Oliver O'Halloran , Nathan Chancellor , linuxppc-dev@lists.ozlabs.org, Joe Perches , Paul Mackerras In-Reply-To: <20210518204044.2390064-1-ndesaulniers@google.com> References: <87cztok1r5.fsf@mpe.ellerman.id.au> <20210518204044.2390064-1-ndesaulniers@google.com> Subject: Re: [PATCH v2] powerpc/powernv/pci: fix header guard Message-Id: <162298132083.2353459.1100923917875069463.b4-ty@ellerman.id.au> Date: Sun, 06 Jun 2021 22:08:40 +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 Tue, 18 May 2021 13:40:41 -0700, Nick Desaulniers wrote: > While looking at -Wundef warnings, the #if CONFIG_EEH stood out as a > possible candidate to convert to #ifdef CONFIG_EEH. > > It seems that based on Kconfig dependencies it's not possible to build > this file without CONFIG_EEH enabled, but based on upstream discussion, > it's not clear yet that CONFIG_EEH should be enabled by default. > > [...] Applied to powerpc/next. [1/1] powerpc/powernv/pci: fix header guard https://git.kernel.org/powerpc/c/73e6e4e01134c9ee97433ad1f470c71b0748b08f cheers