[POWERPC] ps3: fix struct alignment attributes
[safe/jmp/linux-2.6] / arch / powerpc / platforms / ps3 / os-area.c
index 5835830..b4ac924 100644 (file)
@@ -59,7 +59,7 @@ struct os_area_header {
        u32 ldr_format;
        u32 ldr_size;
        u32 _reserved_2[6];
-} __attribute__ ((packed));
+};
 
 enum {
        PARAM_BOOT_FLAG_GAME_OS = 0,
@@ -114,7 +114,7 @@ struct os_area_params {
        u8 dns_primary[4];
        u8 dns_secondary[4];
        u8 _reserved_5[8];
-} __attribute__ ((packed));
+};
 
 /**
  * struct saved_params - Static working copies of data from the 'Other OS' area.