--- lib/bluetooth.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 303ad67..9d00717 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -154,14 +154,6 @@ enum { #error "Unknown byte order" #endif -#define bt_put_unaligned(val, ptr) \ -do { \ - struct __attribute__((packed)) { \ - typeof(*(ptr)) __v; \ - } *__p = (typeof(__p)) (ptr); \ - __p->__v = (val); \ -} while(0) - /* BD Address */ typedef struct { uint8_t b[6]; -- 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