Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <linux@treblig.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Dr. David Alan Gilbert and committed by
Luiz Augusto von Dentz
fbcd1492 b1c7cd6c

-5
-5
drivers/bluetooth/hci_nokia.c
··· 116 116 #define SETUP_BAUD_RATE 921600 117 117 #define INIT_BAUD_RATE 120000 118 118 119 - struct hci_nokia_radio_hdr { 120 - u8 evt; 121 - u8 dlen; 122 - } __packed; 123 - 124 119 struct nokia_bt_dev { 125 120 struct hci_uart hu; 126 121 struct serdev_device *serdev;