forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/phy/samsung/phy-samsung-usb2.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Samsung SoC USB 1.1/2.0 PHY driver
34 *
45 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
56 * Author: Kamil Debski <k.debski@samsung.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #ifndef _PHY_EXYNOS_USB2_H
....@@ -46,7 +43,7 @@
4643 struct regmap *reg_pmu;
4744 struct regmap *reg_sys;
4845 spinlock_t lock;
49
- struct samsung_usb2_phy_instance instances[0];
46
+ struct samsung_usb2_phy_instance instances[];
5047 };
5148
5249 struct samsung_usb2_common_phy {