| .. | .. |
|---|
| 685 | 685 | int ret; |
|---|
| 686 | 686 | struct cxd2880_priv *priv; |
|---|
| 687 | 687 | struct cxd2880_dvbt_tpsinfo info; |
|---|
| 688 | | - enum cxd2880_dtv_bandwidth bw = CXD2880_DTV_BW_1_7_MHZ; |
|---|
| 688 | + enum cxd2880_dtv_bandwidth bw; |
|---|
| 689 | 689 | u32 pre_ber_rate = 0; |
|---|
| 690 | 690 | u32 post_ber_rate = 0; |
|---|
| 691 | 691 | u32 ucblock_rate = 0; |
|---|
| .. | .. |
|---|
| 1950 | 1950 | |
|---|
| 1951 | 1951 | return fe; |
|---|
| 1952 | 1952 | } |
|---|
| 1953 | | -EXPORT_SYMBOL(cxd2880_attach); |
|---|
| 1953 | +EXPORT_SYMBOL_GPL(cxd2880_attach); |
|---|
| 1954 | 1954 | |
|---|
| 1955 | 1955 | MODULE_DESCRIPTION("Sony CXD2880 DVB-T2/T tuner + demod driver"); |
|---|
| 1956 | 1956 | MODULE_AUTHOR("Sony Semiconductor Solutions Corporation"); |
|---|