diff options
| author | Khem Raj <raj.khem@gmail.com> | 2011-08-25 03:04:18 -0400 |
|---|---|---|
| committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:43 -0400 |
| commit | 24287b4ba4b3e1abfa1be33af513c8b7223ce855 (patch) | |
| tree | 9e459120c18c50663c0c5d00e5a153f7ac527280 /include/linux/usb | |
| parent | 9e801ef3f1809801e25400cea7c3840895c2325d (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>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/ehci_def.h | 2 |
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 { | |||
| 199 | u32 data47; | 199 | u32 data47; |
| 200 | u32 address; | 200 | u32 address; |
| 201 | #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) | 201 | #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) |
| 202 | }; | 202 | } __attribute__ ((packed,aligned(__alignof__(int)))); |
| 203 | 203 | ||
| 204 | #ifdef CONFIG_EARLY_PRINTK_DBGP | 204 | #ifdef CONFIG_EARLY_PRINTK_DBGP |
| 205 | #include <linux/init.h> | 205 | #include <linux/init.h> |
