diff options
Diffstat (limited to 'drivers/iio/dummy/iio_simple_dummy.c')
-rw-r--r-- | drivers/iio/dummy/iio_simple_dummy.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/dummy/iio_simple_dummy.c b/drivers/iio/dummy/iio_simple_dummy.c index 62052479c349..8f99c005458a 100644 --- a/drivers/iio/dummy/iio_simple_dummy.c +++ b/drivers/iio/dummy/iio_simple_dummy.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /** | 2 | /** |
2 | * Copyright (c) 2011 Jonathan Cameron | 3 | * Copyright (c) 2011 Jonathan Cameron |
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 | * A reference industrial I/O driver to illustrate the functionality available. | 5 | * A reference industrial I/O driver to illustrate the functionality available. |
9 | * | 6 | * |
10 | * There are numerous real drivers to illustrate the finer points. | 7 | * There are numerous real drivers to illustrate the finer points. |