diff options
author | Martin Kelly <martin@martingkelly.com> | 2019-02-02 13:55:56 -0800 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-02-09 14:48:33 +0000 |
commit | 3740232925a3fee75f47ba51343d695b39d9cee6 (patch) | |
tree | aec16483ad1844034465e270ceeb8cacf70031dd /drivers/iio/imu/bmi160/bmi160_spi.c | |
parent | c2f4dd4364b71ef4eb43925b402377aefe9c1ca0 (diff) |
iio:bmi160: add SPDX identifiers
Add SPDX identifiers (GPL 2) for the BMI160 driver. bmi160.h had an
identifier, but the other files did not.
Signed-off-by: Martin Kelly <martin@martingkelly.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/bmi160/bmi160_spi.c')
-rw-r--r-- | drivers/iio/imu/bmi160/bmi160_spi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/iio/imu/bmi160/bmi160_spi.c b/drivers/iio/imu/bmi160/bmi160_spi.c index e521ad14eeac..c19e3df35559 100644 --- a/drivers/iio/imu/bmi160/bmi160_spi.c +++ b/drivers/iio/imu/bmi160/bmi160_spi.c @@ -1,11 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * BMI160 - Bosch IMU, SPI bits * * Copyright (c) 2016, Intel Corporation. * - * This file is subject to the terms and conditions of version 2 of - * the GNU General Public License. See the file COPYING in the main - * directory of this archive for more details. */ #include <linux/acpi.h> #include <linux/module.h> |