usb: musb: make sure the register layout is packed

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
Mike Frysinger 2009-12-16 22:03:58 -05:00 committed by Remy Bohmer
parent 7b4292883b
commit dc2cd05c91
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct musb_regs {
struct musb_epN_regs epN;
} ep[16];
} __attribute__((aligned(32)));
} __attribute__((packed, aligned(32)));
/*
* MUSB Register bits