|
@@ -206,7 +206,7 @@ static int rtlbt_parse_firmware(struct hci_dev *hdev,
|
|
|
struct btrtl_device_info *btrtl_dev,
|
|
|
unsigned char **_buf)
|
|
|
{
|
|
|
- const u8 extension_sig[] = { 0x51, 0x04, 0xfd, 0x77 };
|
|
|
+ static const u8 extension_sig[] = { 0x51, 0x04, 0xfd, 0x77 };
|
|
|
struct rtl_epatch_header *epatch_info;
|
|
|
unsigned char *buf;
|
|
|
int i, len;
|