Skip to content

Commit

Permalink
Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
Dr. David Alan Gilbert authored and Luiz Augusto von Dentz committed Jul 15, 2024
1 parent b1c7cd6 commit fbcd149
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/bluetooth/hci_nokia.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fbcd149

Please sign in to comment.