aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 6c4db54714f6..1308126fc384 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -1,3 +1,4 @@
1/* SPDX-License-Identifier: GPL-2.0-or-later */
1/* ------------------------------------------------------------------------- */ 2/* ------------------------------------------------------------------------- */
2/* */ 3/* */
3/* i2c.h - definitions for the i2c-bus interface */ 4/* i2c.h - definitions for the i2c-bus interface */
@@ -5,20 +6,7 @@
5/* ------------------------------------------------------------------------- */ 6/* ------------------------------------------------------------------------- */
6/* Copyright (C) 1995-2000 Simon G. Vogl 7/* Copyright (C) 1995-2000 Simon G. Vogl
7 8
8 This program is free software; you can redistribute it and/or modify 9 */
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 MA 02110-1301 USA. */
22/* ------------------------------------------------------------------------- */ 10/* ------------------------------------------------------------------------- */
23 11
24/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 12/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and