Bluetooth: Remove missing code

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sat Sep 29 10:59:19 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=3f1732462c0e45ac9b0c09035751d7b2c1b89cc0
Commit:     3f1732462c0e45ac9b0c09035751d7b2c1b89cc0
Parent:     173f8654746c138a08f51a8a0db7747763a896a2
Author:     Andre Guedes <andre.guedes at openbossa.org>
AuthorDate: Thu Jul 19 11:46:13 2012 -0300
Committer:  Gustavo Padovan <gustavo.padovan at collabora.co.uk>
CommitDate: Mon Aug 6 15:02:54 2012 -0300

    Bluetooth: Remove missing code
    
    This patch removes the struct adv_entry since it is not used anymore.
    This struct should have been removed in commit 479453d (Bluetooth:
    Remove advertising cache).
    
    Signed-off-by: Andre Guedes <andre.guedes at openbossa.org>
    Signed-off-by: Gustavo Padovan <gustavo.padovan at collabora.co.uk>
---
 include/net/bluetooth/hci_core.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 475b8c0..41b2664 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -115,12 +115,6 @@ struct oob_data {
 	u8 randomizer[16];
 };
 
-struct adv_entry {
-	struct list_head list;
-	bdaddr_t bdaddr;
-	u8 bdaddr_type;
-};
-
 struct le_scan_params {
 	u8 type;
 	u16 interval;



More information about the linux-mtd-cvs mailing list