diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-08-22 00:02:16 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-08-24 14:49:36 +0200 |
commit | 6055af5e1c4f8654adb766f1bf93f0e4f7c4a4f4 (patch) | |
tree | 0f426e0c7c9cb5a8dbb495f30bdad837a6662bfa /drivers/i2c/busses/i2c-emev2.c | |
parent | 5d3a01a228c703dad971cad11f14c0512c4c2713 (diff) | |
download | blackbird-obmc-linux-6055af5e1c4f8654adb766f1bf93f0e4f7c4a4f4.tar.gz blackbird-obmc-linux-6055af5e1c4f8654adb766f1bf93f0e4f7c4a4f4.zip |
i2c: use SPDX identifier for Renesas drivers
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-emev2.c')
-rw-r--r-- | drivers/i2c/busses/i2c-emev2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/i2c/busses/i2c-emev2.c b/drivers/i2c/busses/i2c-emev2.c index ba9b6ea48a31..35b302d983e0 100644 --- a/drivers/i2c/busses/i2c-emev2.c +++ b/drivers/i2c/busses/i2c-emev2.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * I2C driver for the Renesas EMEV2 SoC * * Copyright (C) 2015 Wolfram Sang <wsa@sang-engineering.com> * Copyright 2013 Codethink Ltd. * Copyright 2010-2015 Renesas Electronics Corporation - * - * 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> |