| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * cxd2099.c: Driver for the Sony CXD2099AR Common Interface Controller |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 593 | 594 | return ecount; |
|---|
| 594 | 595 | } |
|---|
| 595 | 596 | |
|---|
| 596 | | -static struct dvb_ca_en50221 en_templ = { |
|---|
| 597 | +static const struct dvb_ca_en50221 en_templ = { |
|---|
| 597 | 598 | .read_attribute_mem = read_attribute_mem, |
|---|
| 598 | 599 | .write_attribute_mem = write_attribute_mem, |
|---|
| 599 | 600 | .read_cam_control = read_cam_control, |
|---|
| .. | .. |
|---|
| 701 | 702 | |
|---|
| 702 | 703 | MODULE_DESCRIPTION("Sony CXD2099AR Common Interface controller driver"); |
|---|
| 703 | 704 | MODULE_AUTHOR("Ralph Metzler"); |
|---|
| 704 | | -MODULE_LICENSE("GPL"); |
|---|
| 705 | +MODULE_LICENSE("GPL v2"); |
|---|