| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* DVB USB compliant linux driver for MSI Mega Sky 580 DVB-T USB2.0 receiver |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2006 Aapo Tahkola (aet@rasterburn.org) |
|---|
| 4 | 5 | * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 7 | | - * Free Software Foundation, version 2. |
|---|
| 8 | | - * |
|---|
| 9 | | - * see Documentation/media/dvb-drivers/dvb-usb.rst for more information |
|---|
| 6 | + * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include "m920x.h" |
|---|
| .. | .. |
|---|
| 472 | 469 | |
|---|
| 473 | 470 | /* Callbacks for DVB USB */ |
|---|
| 474 | 471 | static int m920x_identify_state(struct usb_device *udev, |
|---|
| 475 | | - struct dvb_usb_device_properties *props, |
|---|
| 476 | | - struct dvb_usb_device_description **desc, |
|---|
| 472 | + const struct dvb_usb_device_properties *props, |
|---|
| 473 | + const struct dvb_usb_device_description **desc, |
|---|
| 477 | 474 | int *cold) |
|---|
| 478 | 475 | { |
|---|
| 479 | 476 | struct usb_host_interface *alt; |
|---|