aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/i2c/busses/i2c-ocores.c5
-rw-r--r--include/linux/platform_data/i2c-ocores.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index 5dea7b9ab7e5..78085a88d866 100644
--- a/drivers/i2c/busses/i2c-ocores.c
+++ b/drivers/i2c/busses/i2c-ocores.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller 3 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller
3 * (https://opencores.org/project/i2c/overview) 4 * (https://opencores.org/project/i2c/overview)
@@ -6,10 +7,6 @@
6 * 7 *
7 * Support for the GRLIB port of the controller by 8 * Support for the GRLIB port of the controller by
8 * Andreas Larsson <andreas@gaisler.com> 9 * Andreas Larsson <andreas@gaisler.com>
9 *
10 * This file is licensed under the terms of the GNU General Public License
11 * version 2. This program is licensed "as is" without any warranty of any
12 * kind, whether express or implied.
13 */ 10 */
14 11
15#include <linux/clk.h> 12#include <linux/clk.h>
diff --git a/include/linux/platform_data/i2c-ocores.h b/include/linux/platform_data/i2c-ocores.h
index 113d6b12f650..8c416ff8affd 100644
--- a/include/linux/platform_data/i2c-ocores.h
+++ b/include/linux/platform_data/i2c-ocores.h
@@ -1,11 +1,8 @@
1/* SPDX-License-Identifier: GPL-2.0 */
1/* 2/*
2 * i2c-ocores.h - definitions for the i2c-ocores interface 3 * i2c-ocores.h - definitions for the i2c-ocores interface
3 * 4 *
4 * Peter Korsgaard <peter@korsgaard.com> 5 * Peter Korsgaard <peter@korsgaard.com>
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */ 6 */
10 7
11#ifndef _LINUX_I2C_OCORES_H 8#ifndef _LINUX_I2C_OCORES_H