hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/v4l2-fh.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * v4l2-fh.h
34 *
....@@ -7,15 +8,6 @@
78 * Copyright (C) 2009--2010 Nokia Corporation.
89 *
910 * Contact: Sakari Ailus <sakari.ailus@iki.fi>
10
- *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License
13
- * version 2 as published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope that it will be useful, but
16
- * WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
- * General Public License for more details.
1911 */
2012
2113 #ifndef V4L2_FH_H
....@@ -61,9 +53,7 @@
6153 unsigned int navailable;
6254 u32 sequence;
6355
64
-#if IS_ENABLED(CONFIG_V4L2_MEM2MEM_DEV)
6556 struct v4l2_m2m_ctx *m2m_ctx;
66
-#endif
6757 };
6858
6959 /**