[PATCH BlueZ v0 48/62] attrib: Remove att_get_u32()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 attrib/att.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/attrib/att.h b/attrib/att.h
index 4db015d..ad6bdf6 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -118,12 +118,6 @@ static inline uint16_t att_get_u16(const void *ptr)
 	return btohs(bt_get_unaligned(u16_ptr));
 }
 
-static inline uint32_t att_get_u32(const void *ptr)
-{
-	const uint32_t *u32_ptr = ptr;
-	return btohl(bt_get_unaligned(u32_ptr));
-}
-
 static inline uint128_t att_get_u128(const void *ptr)
 {
 	const uint128_t *u128_ptr = ptr;
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux