| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * FireDTV driver (formerly known as FireSAT) |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2004 Andreas Monitzer <andy@monitzer.com> |
|---|
| 5 | 6 | * Copyright (C) 2008 Henrik Kurelid <henrik@kurelid.se> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 9 | | - * published by the Free Software Foundation; either version 2 of |
|---|
| 10 | | - * the License, or (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #include <linux/device.h> |
|---|
| .. | .. |
|---|
| 223 | 219 | .llseek = noop_llseek, |
|---|
| 224 | 220 | }; |
|---|
| 225 | 221 | |
|---|
| 226 | | -static struct dvb_device fdtv_ca = { |
|---|
| 222 | +static const struct dvb_device fdtv_ca = { |
|---|
| 227 | 223 | .users = 1, |
|---|
| 228 | 224 | .readers = 1, |
|---|
| 229 | 225 | .writers = 1, |
|---|