aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max1363.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/adc/max1363.c')
-rw-r--r--drivers/iio/adc/max1363.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index a8d35aebee80..5c2cc61b666e 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1 /* 2 /*
2 * iio/adc/max1363.c 3 * iio/adc/max1363.c
3 * Copyright (C) 2008-2010 Jonathan Cameron 4 * Copyright (C) 2008-2010 Jonathan Cameron
@@ -9,10 +10,6 @@
9 * Copyright (C) 2000 Russell King 10 * Copyright (C) 2000 Russell King
10 * 11 *
11 * Driver for max1363 and similar chips. 12 * Driver for max1363 and similar chips.
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License version 2 as
15 * published by the Free Software Foundation.
16 */ 13 */
17 14
18#include <linux/interrupt.h> 15#include <linux/interrupt.h>