mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 13:52:51 +00:00
__packed is only defined in kernel space, so we should use __attribute__((packed)) for the code shared between kernel and user space. Two __attribute() annotations are replaced with __attribute__() too. Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>