From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9F73D8484; Fri, 23 Feb 2024 15:24:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708701860; cv=none; b=l8z69lkjcL59fFIELN9Agbfkh2nQ1qcoWhg0MMWlx32hYQ9Rk/TYN9jntA9qGO17bDFdBsfBuk8Hb4FNBE9WTK15czaKegnjnuDwMgNTGGrglMl4NwevfQpRh84ol6FhNZgo5TRiz3pc+ZH0+d/ObITN7a6AKqNb7cZ8HxS8MdM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708701860; c=relaxed/simple; bh=n1M9ODdndzesDDoGOlrNrkUhVypfznpSWOTOVRBHuqY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pzz+HH5t/jQmyw7EzDSFasWqc4/0+uy3SHlyYd6X7eFLsUCulKjLy5MEhiHD8POSj+jN5eRyfdEA3tWBIgfGRd+jfDeZ/+iiSXZP3cI+znaEaaZqBSdTK4pOCOlDWGeTV2+oVWBVch4602uKWVL2QDQY/DIYTebgsqTaSOVPRq0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=bHdjqIk3; arc=none smtp.client-ip=198.175.65.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="bHdjqIk3" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708701858; x=1740237858; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=n1M9ODdndzesDDoGOlrNrkUhVypfznpSWOTOVRBHuqY=; b=bHdjqIk3SFwhU4imcdOLQbkpWX7cR3ZDoVG+m7FBR1Q4wbag5sqNFY+O 8eCHowTmwHFgSJOA9bV1t15QAMTrlJhRkWNB3c4rxetH78wEv8OqRQQx6 1X8vHQaiqKznCpnPJailh7iApqHx7D0HeAIYNkOQCxFoh0Ft9fmkCS83Q MrAcaumyvieo/bPAmiKToRmp8ghzTNAIPSV9wsieEIkZLqdV5WB2RWAAM PKhlkH00R+lAinJgKAJdC5zzvDTZXZK7yNKVxQ8ozJjFkFQ2tA+yFEbLh cRxdyn/krrYm8gJjtbuX5fcRXK39fp99af5hlgEEqspIc7eCigW2NUjQI g==; X-IronPort-AV: E=McAfee;i="6600,9927,10993"; a="6837838" X-IronPort-AV: E=Sophos;i="6.06,180,1705392000"; d="scan'208";a="6837838" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2024 07:24:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10993"; a="913748951" X-IronPort-AV: E=Sophos;i="6.06,180,1705392000"; d="scan'208";a="913748951" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2024 07:24:12 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rdXPF-00000006w0H-2Nh7; Fri, 23 Feb 2024 17:24:09 +0200 Date: Fri, 23 Feb 2024 17:24:09 +0200 From: Andy Shevchenko To: Saravana Kannan Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Scally , Heikki Krogerus , Sakari Ailus , Greg Kroah-Hartman , "Rafael J. Wysocki" , Len Brown Subject: Re: [PATCH v2 1/1] driver core: Drop unneeded 'extern' keyword in fwnode.h Message-ID: References: <20240220175333.3242277-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Tue, Feb 20, 2024 at 04:52:31PM -0800, Saravana Kannan wrote: > On Tue, Feb 20, 2024 at 9:53 AM Andy Shevchenko > wrote: > > > > We do not use 'extern' keyword with functions. Remove the last one > > mistakenly added to fwnode.h. > > > > Fixes: 19d0f5f6bff8 ("driver core: Add fw_devlink.strict kernel param") > > Signed-off-by: Andy Shevchenko > > Acked-by: Saravana Kannan Thank you! I will send as a part of a series due to dependencies. -- With Best Regards, Andy Shevchenko