diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-stm32f4.c')
| -rw-r--r-- | drivers/i2c/busses/i2c-stm32f4.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c index 4ec108496f15..47c8d00de53f 100644 --- a/drivers/i2c/busses/i2c-stm32f4.c +++ b/drivers/i2c/busses/i2c-stm32f4.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   * Driver for STMicroelectronics STM32 I2C controller   * @@ -6,11 +7,11 @@   * http://www.st.com/resource/en/reference_manual/DM00031020.pdf   *   * Copyright (C) M'boumba Cedric Madianga 2016 + * Copyright (C) STMicroelectronics 2017   * Author: M'boumba Cedric Madianga <[email protected]>   *   * This driver is based on i2c-st.c   * - * License terms:  GNU General Public License (GPL), version 2   */  #include <linux/clk.h> |