[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4e1d900-5755-c57f-029a-eade78a17476@acm.org>
Date: Mon, 30 May 2022 20:47:36 -0700
From: Bart Van Assche <bvanassche@....org>
To: Alim Akhtar <alim.akhtar@...sung.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-scsi@...r.kernel.org, linux-phy@...ts.infradead.org
Cc: devicetree@...r.kernel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, vkoul@...nel.org,
avri.altman@....com, martin.petersen@...cle.com,
chanho61.park@...sung.com, pankaj.dubey@...sung.com,
linux-fsd@...la.com, Bharat Uppal <bharat.uppal@...sung.com>
Subject: Re: [PATCH 3/6] phy: samsung-ufs: add support for FSD ufs phy driver
On 5/30/22 18:22, Alim Akhtar wrote:
> diff --git a/drivers/phy/samsung/phy-fsd-ufs.c b/drivers/phy/samsung/phy-fsd-ufs.c
> new file mode 100644
> index 000000000000..a03656006093
> --- /dev/null
> +++ b/drivers/phy/samsung/phy-fsd-ufs.c
> @@ -0,0 +1,63 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> +/*
> + * UFS PHY driver data for FSD SoC
> + *
> + * Copyright (C) 2022 Samsung Electronics Co., Ltd.
> + *
> + */
> +#ifndef _PHY_FSD_UFS_H_
> +#define _PHY_FSD_UFS_H_
Please do not use header file guards in a .c file.
Thanks,
Bart.
Powered by blists - more mailing lists