]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/raw1394.c
ieee1394: raw1394: fix a 32/64-bits compat fix
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / raw1394.c
index 7b5aeb39ad852746fc0b9ea2a8c11fe71fba38e7..a3093b79e284744a96e15ff66b66e9e8b636e1af 100644 (file)
@@ -434,7 +434,11 @@ struct compat_raw1394_req {
 
        __u64 sendb;
        __u64 recvb;
-} __attribute__((packed));
+}
+#if defined(CONFIG_X86_64) || defined(CONFIG_IA64)
+__attribute__((packed))
+#endif
+;
 
 static const char __user *raw1394_compat_write(const char __user *buf)
 {