summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
authorNeil Armstrong2019-05-20 16:01:33 +0200
committerWolfram Sang2019-05-27 21:27:25 +0200
commitc1fee0c4a2ad63147a9260939114a0f78537d051 (patch)
treee5ee03d7a53b2f1e80dae97f6387078a3ca1098e /drivers/i2c/busses
parenti2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB (diff)
downloadkernel-qcow2-linux-c1fee0c4a2ad63147a9260939114a0f78537d051.tar.gz
kernel-qcow2-linux-c1fee0c4a2ad63147a9260939114a0f78537d051.tar.xz
kernel-qcow2-linux-c1fee0c4a2ad63147a9260939114a0f78537d051.zip
i2c: meson: update with SPDX Licence identifier
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/i2c-meson.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/i2c/busses/i2c-meson.c b/drivers/i2c/busses/i2c-meson.c
index 90f5d0407d73..f530d9a0450b 100644
--- a/drivers/i2c/busses/i2c-meson.c
+++ b/drivers/i2c/busses/i2c-meson.c
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* I2C bus driver for Amlogic Meson SoCs
*
* Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#include <linux/clk.h>