.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * tw9910 Driver header |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Based on ov772x.h |
---|
8 | 9 | * |
---|
9 | 10 | * Copyright (C) Kuninori Morimoto <morimoto.kuninori@renesas.com> |
---|
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 | 13 | #ifndef __TW9910_H__ |
---|
17 | 14 | #define __TW9910_H__ |
---|
18 | | - |
---|
19 | | -#include <media/soc_camera.h> |
---|
20 | 15 | |
---|
21 | 16 | /** |
---|
22 | 17 | * tw9910_mpout_pin - MPOUT (multi-purpose output) pin functions |
---|