summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-15 17:34:16 +0100
committerAndy Green <andy.green@linaro.org>2011-06-15 17:34:16 +0100
commita96a4435ea97287ec3e57a4359804740222cb02b (patch)
tree3bbc76d00c71a215ba3e9066841fb2dbb41b79ad
parent14078c27a3f7e5f5bd7f7ea8f0dc89df08b951f3 (diff)
OMAP USB gcc4.6 usb fix2.6.38-2011-06
https://lists.yoctoproject.org/pipermail/poky/2011-June/006646.html Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--include/linux/usb/ehci_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_def.h
index 65638024519..b8c18339921 100644
--- a/include/linux/usb/ehci_def.h
+++ b/include/linux/usb/ehci_def.h
@@ -194,7 +194,7 @@ struct ehci_dbg_port {
u32 data47;
u32 address;
#define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
-} __attribute__ ((packed));
+} __attribute__ ((packed,aligned(__alignof__(int))));
#ifdef CONFIG_EARLY_PRINTK_DBGP
#include <linux/init.h>