aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/resolver/ad2s1200.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/resolver/ad2s1200.c')
-rw-r--r--drivers/iio/resolver/ad2s1200.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/resolver/ad2s1200.c b/drivers/iio/resolver/ad2s1200.c
index 28e618af9939..17b89623418c 100644
--- a/drivers/iio/resolver/ad2s1200.c
+++ b/drivers/iio/resolver/ad2s1200.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * ad2s1200.c simple support for the ADI Resolver to Digital Converters: 3 * ad2s1200.c simple support for the ADI Resolver to Digital Converters:
3 * AD2S1200/1205 4 * AD2S1200/1205
4 * 5 *
5 * Copyright (c) 2018-2018 David Veenstra <davidjulianveenstra@gmail.com> 6 * Copyright (c) 2018-2018 David Veenstra <davidjulianveenstra@gmail.com>
6 * Copyright (c) 2010-2010 Analog Devices Inc. 7 * Copyright (c) 2010-2010 Analog Devices Inc.
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */ 8 */
12 9
13#include <linux/bitops.h> 10#include <linux/bitops.h>