.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * w1_ds28e17.c - w1 family 19 (DS28E17) driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2016 Jan Kandziora <jjj@gmx.de> |
---|
5 | | - * |
---|
6 | | - * This source code is licensed under the GNU General Public License, |
---|
7 | | - * Version 2. See the file COPYING for more details. |
---|
8 | 6 | */ |
---|
9 | 7 | |
---|
10 | 8 | #include <linux/crc16.h> |
---|
.. | .. |
---|
743 | 741 | |
---|
744 | 742 | |
---|
745 | 743 | /* Declarations within the w1 subsystem. */ |
---|
746 | | -static struct w1_family_ops w1_f19_fops = { |
---|
| 744 | +static const struct w1_family_ops w1_f19_fops = { |
---|
747 | 745 | .add_slave = w1_f19_add_slave, |
---|
748 | 746 | .remove_slave = w1_f19_remove_slave, |
---|
749 | 747 | .groups = w1_f19_groups, |
---|