summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-25 08:04:18 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:04:18 +0100
commit52d8c7c24cd42135a2eb725825688ee240a71579 (patch)
treeefda2ddcd02794f84a0de60442af329490c0ac61
parent652fbfa420671df52ff4863cda3242e144b69fc6 (diff)
OMAP USB gcc4.6 usb fix
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 7cc95ee3606..e46ef32850c 100644
--- a/include/linux/usb/ehci_def.h
+++ b/include/linux/usb/ehci_def.h
@@ -199,7 +199,7 @@ struct ehci_dbg_port {
u32 data47;
u32 address;
#define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep))
-};
+} __attribute__ ((packed,aligned(__alignof__(int))));
#ifdef CONFIG_EARLY_PRINTK_DBGP
#include <linux/init.h>