Thread (97 messages) flat view 97 messages, 4 authors, 2014-03-25
STALE4525d

[PATCH BlueZ v0 22/62] lib: Remove bt_put_le64()

From: Claudio Takahasi <hidden>
Date: 2014-03-20 14:42:47
Subsystem: library code, the rest · Maintainers: Andrew Morton, Linus Torvalds

---
 lib/bluetooth.h | 10 ----------
 1 file changed, 10 deletions(-)
diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index cb6f563..a476180 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -202,11 +202,6 @@ static inline uint16_t bt_get_be16(const void *ptr)
 	return bswap_16(bt_get_unaligned((const uint16_t *) ptr));
 }
 
-static inline void bt_put_le64(uint64_t val, const void *ptr)
-{
-	bt_put_unaligned(val, (uint64_t *) ptr);
-}
-
 static inline void bt_put_be64(uint64_t val, const void *ptr)
 {
 	bt_put_unaligned(bswap_64(val), (uint64_t *) ptr);
@@ -253,11 +248,6 @@ static inline uint16_t bt_get_be16(const void *ptr)
 	return bt_get_unaligned((const uint16_t *) ptr);
 }
 
-static inline void bt_put_le64(uint64_t val, const void *ptr)
-{
-	bt_put_unaligned(bswap_64(val), (uint64_t *) ptr);
-}
-
 static inline void bt_put_be64(uint64_t val, const void *ptr)
 {
 	bt_put_unaligned(val, (uint64_t *) ptr);
-- 
1.8.3.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help