diff options
Diffstat (limited to 'drivers/media/i2c/ov6650.c')
-rw-r--r-- | drivers/media/i2c/ov6650.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/i2c/ov6650.c b/drivers/media/i2c/ov6650.c index 1b972e591b48..7f7c933b5cf4 100644 --- a/drivers/media/i2c/ov6650.c +++ b/drivers/media/i2c/ov6650.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * V4L2 subdevice driver for OmniVision OV6650 Camera Sensor | 3 | * V4L2 subdevice driver for OmniVision OV6650 Camera Sensor |
3 | * | 4 | * |
@@ -18,10 +19,6 @@ | |||
18 | * Hardware specific bits initially based on former work by Matt Callow | 19 | * Hardware specific bits initially based on former work by Matt Callow |
19 | * drivers/media/video/omap/sensor_ov6650.c | 20 | * drivers/media/video/omap/sensor_ov6650.c |
20 | * Copyright (C) 2006 Matt Callow | 21 | * Copyright (C) 2006 Matt Callow |
21 | * | ||
22 | * This program is free software; you can redistribute it and/or modify | ||
23 | * it under the terms of the GNU General Public License version 2 as | ||
24 | * published by the Free Software Foundation. | ||
25 | */ | 22 | */ |
26 | 23 | ||
27 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |