linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / nwfpe / softfloat.h
index 0a30674..978c699 100644 (file)
@@ -32,6 +32,7 @@ this code that are retained.
 #ifndef __SOFTFLOAT_H__
 #define __SOFTFLOAT_H__
 
+#include <linux/config.h>
 
 /*
 -------------------------------------------------------------------------------
@@ -61,7 +62,7 @@ typedef struct {
     u16 __padding;
 #endif
     u64 low;
-}  __attribute__ ((packed,aligned(4))) floatx80;
+} floatx80;
 
 /*
 -------------------------------------------------------------------------------