diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-05-20 16:01:33 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-05-27 21:27:25 +0200 |
commit | c1fee0c4a2ad63147a9260939114a0f78537d051 (patch) | |
tree | e5ee03d7a53b2f1e80dae97f6387078a3ca1098e | |
parent | 80e406865b8ca22c4dadb1357e4bcbcc8fe9d57f (diff) | |
download | linux-c1fee0c4a2ad63147a9260939114a0f78537d051.tar.bz2 |
i2c: meson: update with SPDX Licence identifier
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/i2c-meson.c | 5 |
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> |