aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2004-08-17 17:47:29 -0400
committerJeff Garzik <jgarzik@pobox.com>2004-08-17 17:47:29 -0400
commit19b4c542b88d3c30b019f9b43e977fe6399e7d6d (patch)
treeb57f4f15987baff6198cac437f9555a30557e61f /include
parent7d1874187a6d6e18012dc55858aca58ebe06f3c4 (diff)
downloadhistory-19b4c542b88d3c30b019f9b43e977fe6399e7d6d.tar.gz
[ata] remove 'packed' attributed from struct ata_prd
It's not needed, and it generates very poor code on some platforms. Noticed by Bart and David Miller.
Diffstat (limited to 'include')
-rw-r--r--include/linux/ata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h
index ce8f17ed419ce0..af917959acb435 100644
--- a/include/linux/ata.h
+++ b/include/linux/ata.h
@@ -192,7 +192,7 @@ enum ata_ioctls {
struct ata_prd {
u32 addr;
u32 flags_len;
-} __attribute__((packed));
+};
struct ata_taskfile {
unsigned long flags; /* ATA_TFLAG_xxx */