diff options
-rw-r--r-- | drivers/ieee1394/raw1394.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/ieee1394/raw1394.c b/drivers/ieee1394/raw1394.c index 7b5aeb39ad85..a3093b79e284 100644 --- a/drivers/ieee1394/raw1394.c +++ b/drivers/ieee1394/raw1394.c | |||
@@ -434,7 +434,11 @@ struct compat_raw1394_req { | |||
434 | 434 | ||
435 | __u64 sendb; | 435 | __u64 sendb; |
436 | __u64 recvb; | 436 | __u64 recvb; |
437 | } __attribute__((packed)); | 437 | } |
438 | #if defined(CONFIG_X86_64) || defined(CONFIG_IA64) | ||
439 | __attribute__((packed)) | ||
440 | #endif | ||
441 | ; | ||
438 | 442 | ||
439 | static const char __user *raw1394_compat_write(const char __user *buf) | 443 | static const char __user *raw1394_compat_write(const char __user *buf) |
440 | { | 444 | { |