|
@@ -318,7 +318,7 @@ static int microtune_mt7202dtf_request_firmware(struct dvb_frontend* fe, const s
|
|
return request_firmware(fw, name, &bt->bt->dev->dev);
|
|
return request_firmware(fw, name, &bt->bt->dev->dev);
|
|
}
|
|
}
|
|
|
|
|
|
-static struct sp887x_config microtune_mt7202dtf_config = {
|
|
|
|
|
|
+static const struct sp887x_config microtune_mt7202dtf_config = {
|
|
.demod_address = 0x70,
|
|
.demod_address = 0x70,
|
|
.request_firmware = microtune_mt7202dtf_request_firmware,
|
|
.request_firmware = microtune_mt7202dtf_request_firmware,
|
|
};
|
|
};
|