diff options
Diffstat (limited to 'drivers/media/platform/ti-vpe/vpe.c')
-rw-r--r-- | drivers/media/platform/ti-vpe/vpe.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c index 1e40eafec284..4867d0ee803a 100644 --- a/drivers/media/platform/ti-vpe/vpe.c +++ b/drivers/media/platform/ti-vpe/vpe.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver | 3 | * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver |
3 | * | 4 | * |
@@ -11,10 +12,6 @@ | |||
11 | * Marek Szyprowski, <m.szyprowski@samsung.com> | 12 | * Marek Szyprowski, <m.szyprowski@samsung.com> |
12 | * | 13 | * |
13 | * Based on the virtual v4l2-mem2mem example device | 14 | * Based on the virtual v4l2-mem2mem example device |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms of the GNU General Public License version 2 as published by | ||
17 | * the Free Software Foundation | ||
18 | */ | 15 | */ |
19 | 16 | ||
20 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |