diff options
Diffstat (limited to 'drivers/media/i2c/lm3646.c')
-rw-r--r-- | drivers/media/i2c/lm3646.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/i2c/lm3646.c b/drivers/media/i2c/lm3646.c index 73fbe3c37fc9..d8a8853f9a2b 100644 --- a/drivers/media/i2c/lm3646.c +++ b/drivers/media/i2c/lm3646.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/i2c/lm3646.c | 3 | * drivers/media/i2c/lm3646.c |
3 | * General device driver for TI lm3646, Dual FLASH LED Driver | 4 | * General device driver for TI lm3646, Dual FLASH LED Driver |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> | 8 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> |
8 | * Ldd-Mlp <ldd-mlp@list.ti.com> | 9 | * Ldd-Mlp <ldd-mlp@list.ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |