forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/i2c/busses/i2c-ali1563.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /**
23 * i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge
34 *
....@@ -12,8 +13,6 @@
1213 *
1314 * This driver is based on a mix of the 15x3, 1535, and i801 drivers,
1415 * with a little help from the ALi 1563 spec.
15
- *
16
- * This file is released under the GPLv2
1716 */
1817
1918 #include <linux/module.h>