mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-14 18:49:15 +00:00
MIPS: AR7: Replace __attribute__((__packed__)) with __packed
Signed-off-by: Florian Fainelli <florian@openwrt.org> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2491/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org
This commit is contained in:
parent
11454100f4
commit
c4a5054161
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ struct psp_env_chunk {
|
|||
u16 csum;
|
||||
u8 len;
|
||||
char data[11];
|
||||
} __attribute__ ((packed));
|
||||
} __packed;
|
||||
|
||||
struct psp_var_map_entry {
|
||||
u8 num;
|
||||
|
|
Loading…
Add table
Reference in a new issue