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.