diff options
Diffstat (limited to 'drivers/iio/accel/sca3000.c')
-rw-r--r-- | drivers/iio/accel/sca3000.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/accel/sca3000.c b/drivers/iio/accel/sca3000.c index 4964561595f5..274ce2f8bddf 100644 --- a/drivers/iio/accel/sca3000.c +++ b/drivers/iio/accel/sca3000.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * sca3000_core.c -- support VTI sca3000 series accelerometers via SPI | 3 | * sca3000_core.c -- support VTI sca3000 series accelerometers via SPI |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License version 2 as published by | ||
6 | * the Free Software Foundation. | ||
7 | * | ||
8 | * Copyright (c) 2009 Jonathan Cameron <jic23@kernel.org> | 5 | * Copyright (c) 2009 Jonathan Cameron <jic23@kernel.org> |
9 | * | 6 | * |
10 | * See industrialio/accels/sca3000.h for comments. | 7 | * See industrialio/accels/sca3000.h for comments. |