Skip to content

Commit

Permalink
MIPS: AR7: Replace __attribute__((__packed__)) with __packed
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <[email protected]>
To: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/2491/
Signed-off-by: Ralf Baechle <[email protected]
  • Loading branch information
ffainelli authored and ralfbaechle committed Jul 25, 2011
1 parent 1145410 commit c4a5054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4a5054

Please sign in to comment.