diff options
Diffstat (limited to 'drivers/iio/magnetometer/hmc5843_core.c')
-rw-r--r-- | drivers/iio/magnetometer/hmc5843_core.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/iio/magnetometer/hmc5843_core.c b/drivers/iio/magnetometer/hmc5843_core.c index 05629ec56d80..c44a4292da92 100644 --- a/drivers/iio/magnetometer/hmc5843_core.c +++ b/drivers/iio/magnetometer/hmc5843_core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Device driver for the the HMC5843 multi-chip module designed | 3 | * Device driver for the the HMC5843 multi-chip module designed |
3 | * for low field magnetic sensing. | 4 | * for low field magnetic sensing. |
@@ -8,16 +9,6 @@ | |||
8 | * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. | 9 | * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. |
9 | * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. | 10 | * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. |
10 | * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 | 11 | * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include <linux/module.h> | 14 | #include <linux/module.h> |