projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b9439
)
Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count field
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 5 Apr 2015 03:29:27 +0000
(20:29 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:09 +0000
(18:47 +0200)
The fields h4->rx_state and h4->rx_count are not used at all and with
that they can be just removed.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/hci_h4.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/hci_h4.c
b/drivers/bluetooth/hci_h4.c
index 3ea8f0886ed113f34c83214345e96c61c064ff32..0d9ba07d273099aaa4110c7f8d69e76b7cdce2cc 100644
(file)
--- a/
drivers/bluetooth/hci_h4.c
+++ b/
drivers/bluetooth/hci_h4.c
@@
-49,8
+49,6
@@
#define VERSION "1.2"
struct h4_struct {
- unsigned long rx_state;
- unsigned long rx_count;
struct sk_buff_head txq;
};