From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (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 9447B1B87FF; Tue, 24 Dec 2024 18:10:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735063844; cv=none; b=sipmjiAr5dGSUyHf6gpHb/724YmWWXmV6MVJsOzdJMs93Y0ZCShKRAsASEk2Mh3Cv7rYLhfYBm1mAa3MYXQ1++AN3sOXMcAd3Szo1DyPvB9W2uueasgs4DgdvUfdfWNm6EYRA+xrL2dHwAPIVuo3/VA/6adTOu3l3kSPjguSlq4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735063844; c=relaxed/simple; bh=IIxpUKKxJBGz4Lqe8Ir0lya3zCnnZf/qEMnoXcinp/c=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LmZBYsfjGH/Z8SCa3MoMxLKIl358l1UFaflz8ePL9h4nitcmBVIrukxDiqXWdzbdyrrvywmK9ZGouiuVpHYPBbVgurFOftzjA9NSsEnjqgNPZcGnOZG01DgAew78y5NiwJeylOSJqyFgBcCv18b5vkF/mnsxwUDWMe641VkgXfU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4YHjZt6ZyRz6L763; Wed, 25 Dec 2024 02:09:26 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 8A97D140736; Wed, 25 Dec 2024 02:10:40 +0800 (CST) Received: from localhost (10.48.156.150) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 24 Dec 2024 19:10:39 +0100 Date: Tue, 24 Dec 2024 18:10:37 +0000 From: Jonathan Cameron To: Smita Koralahalli CC: , , , Ard Biesheuvel , "Alison Schofield" , Vishal Verma , Ira Weiny , Dan Williams , Yazen Ghannam , "Terry Bowman" Subject: Re: [PATCH v4 3/5] efi/cper, cxl: Remove cper_cxl.h Message-ID: <20241224181037.00003ea4@huawei.com> In-Reply-To: <20241217022032.87298-4-Smita.KoralahalliChannabasappa@amd.com> References: <20241217022032.87298-1-Smita.KoralahalliChannabasappa@amd.com> <20241217022032.87298-4-Smita.KoralahalliChannabasappa@amd.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) 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="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500002.china.huawei.com (7.191.160.78) To frapeml500008.china.huawei.com (7.182.85.71) On Tue, 17 Dec 2024 02:20:30 +0000 Smita Koralahalli wrote: > Move the declaration of cxl_cper_print_prot_err() to include/linux/cper.h > to avoid maintaining a separate header file just for this function > declaration. Remove drivers/firmware/efi/cper_cxl.h as its contents have > been reorganized. > > No functional changes. > > Signed-off-by: Smita Koralahalli > Reviewed-by: Ira Weiny Reviewed-by: Jonathan Cameron