forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/w1/slaves/w1_ds2406.c
....@@ -1,11 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * w1_ds2406.c - w1 family 12 (DS2406) driver
34 * based on w1_ds2413.c by Mariusz Bialonczyk <manio@skyboo.net>
45 *
56 * Copyright (c) 2014 Scott Alfter <scott@alfter.us>
6
- *
7
- * This source code is licensed under the GNU General Public License,
8
- * Version 2. See the file COPYING for more details.
97 */
108
119 #include <linux/kernel.h>
....@@ -140,7 +138,7 @@
140138 &(w1_f12_sysfs_bin_files[i]));
141139 }
142140
143
-static struct w1_family_ops w1_f12_fops = {
141
+static const struct w1_family_ops w1_f12_fops = {
144142 .add_slave = w1_f12_add_slave,
145143 .remove_slave = w1_f12_remove_slave,
146144 };