diff options
Diffstat (limited to 'include/linux/usb/ehci_def.h')
| -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> |
