From: Dr. David Alan Gilbert Date: Thu, 9 May 2024 00:11:38 +0000 (+0100) Subject: Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr' X-Git-Tag: io_uring-6.11-20240722~71^2~12^2~50 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fbcd1492d8c0ae39bf9f1d3d85228e7e279c4d24;p=linux-2.6-block.git Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr' 'hci_nokia_radio_hdr' looks like it was unused since it's initial commit. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: Luiz Augusto von Dentz --- diff --git a/drivers/bluetooth/hci_nokia.c b/drivers/bluetooth/hci_nokia.c index 97da0b2bfd17..62633d9ba7c4 100644 --- a/drivers/bluetooth/hci_nokia.c +++ b/drivers/bluetooth/hci_nokia.c @@ -116,11 +116,6 @@ struct hci_nokia_neg_evt { #define SETUP_BAUD_RATE 921600 #define INIT_BAUD_RATE 120000 -struct hci_nokia_radio_hdr { - u8 evt; - u8 dlen; -} __packed; - struct nokia_bt_dev { struct hci_uart hu; struct serdev_device *serdev;