diff options
Diffstat (limited to 'drivers/media/pci/cx88/cx88-i2c.c')
-rw-r--r-- | drivers/media/pci/cx88/cx88-i2c.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/pci/cx88/cx88-i2c.c b/drivers/media/pci/cx88/cx88-i2c.c index 48be0b0ad680..50a9ae3fa596 100644 --- a/drivers/media/pci/cx88/cx88-i2c.c +++ b/drivers/media/pci/cx88/cx88-i2c.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * | 4 | * |
@@ -10,16 +11,6 @@ | |||
10 | * | 11 | * |
11 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> | 12 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> |
12 | * - Multituner support and i2c address binding | 13 | * - Multituner support and i2c address binding |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | */ | 14 | */ |
24 | 15 | ||
25 | #include "cx88.h" | 16 | #include "cx88.h" |