diff options
Diffstat (limited to 'drivers/media/i2c/s5k5baf.c')
-rw-r--r-- | drivers/media/i2c/s5k5baf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/i2c/s5k5baf.c b/drivers/media/i2c/s5k5baf.c index 727db7c0670a..8e6de06b3e72 100644 --- a/drivers/media/i2c/s5k5baf.c +++ b/drivers/media/i2c/s5k5baf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor | 3 | * Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor |
3 | * with embedded SoC ISP. | 4 | * with embedded SoC ISP. |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Based on S5K6AA driver authored by Sylwester Nawrocki | 9 | * Based on S5K6AA driver authored by Sylwester Nawrocki |
9 | * Copyright (C) 2013, Samsung Electronics Co., Ltd. | 10 | * Copyright (C) 2013, Samsung Electronics Co., Ltd. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/clk.h> | 13 | #include <linux/clk.h> |