projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1145410
)
MIPS: AR7: Replace __attribute__((__packed__)) with __packed
author
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Jun 2011 18:57:19 +0000
(20:57 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 25 Jul 2011 16:23:20 +0000
(17:23 +0100)
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
arch/mips/ar7/prom.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/ar7/prom.c
b/arch/mips/ar7/prom.c
index 23818d299127ce96434ba6c21c378ac8b35739af..8088c6fdb83ed7e0a2b1689373569dbd3a526988 100644
(file)
--- a/
arch/mips/ar7/prom.c
+++ b/
arch/mips/ar7/prom.c
@@
-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;