Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit a0982e30346026fd9c74a588e59c3627ac9e027f Author: Sven Eckelmann sven@narfation.org Date: Thu Dec 21 22:47:25 2017 +0100
batctl: Remove unused __packed compat macro
The last user of __packed was removed with commit 80ef6302f59b ("batctl: Remove old fragmentation code"). There is no need to keep this any longer.
Signed-off-by: Sven Eckelmann sven@narfation.org
a0982e30346026fd9c74a588e59c3627ac9e027f main.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/main.h b/main.h index 61343c5..db0ae67 100644 --- a/main.h +++ b/main.h @@ -47,7 +47,6 @@ #error "unknown endianess" #endif
-#define __packed __attribute((packed)) /* linux kernel compat */ #define __maybe_unused __attribute__((unused)) #define BIT(nr) (1UL << (nr)) /* linux kernel compat */