diff options
Diffstat (limited to 'drivers/iio/light/gp2ap020a00f.c')
-rw-r--r-- | drivers/iio/light/gp2ap020a00f.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/light/gp2ap020a00f.c b/drivers/iio/light/gp2ap020a00f.c index 44b13fbcd093..4d70c5bf35da 100644 --- a/drivers/iio/light/gp2ap020a00f.c +++ b/drivers/iio/light/gp2ap020a00f.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
3 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 4 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
@@ -28,10 +29,6 @@ | |||
28 | * with any triggers or illuminance events. Enabling/disabling | 29 | * with any triggers or illuminance events. Enabling/disabling |
29 | * one of the proximity events automatically enables/disables | 30 | * one of the proximity events automatically enables/disables |
30 | * the other one. | 31 | * the other one. |
31 | * | ||
32 | * This program is free software; you can redistribute it and/or modify | ||
33 | * it under the terms of the GNU General Public License version 2, as | ||
34 | * published by the Free Software Foundation. | ||
35 | */ | 32 | */ |
36 | 33 | ||
37 | #include <linux/debugfs.h> | 34 | #include <linux/debugfs.h> |