]> www.infradead.org Git - nvme.git/commitdiff
Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 9 May 2024 00:11:38 +0000 (01:11 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 01:33:33 +0000 (21:33 -0400)
'hci_nokia_radio_hdr' looks like it was unused since it's
initial commit.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_nokia.c

index 97da0b2bfd17e41fc3b3da3a2bbd3f74cb6c85f0..62633d9ba7c43eedefa657337b9fa2521d330a88 100644 (file)
@@ -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;