diff options
author | Tom Rini <trini@ti.com> | 2014-10-26 14:12:18 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-26 14:12:18 -0400 |
commit | 1fba907f9a8d178eee960294ecffc8ee8bc6b00d (patch) | |
tree | 5152c87ab6fcc544e4b125a0d1d6f92e120db9c5 /include/linux | |
parent | 84a6df09c78bc9e9cbc6265d99c9097f5f1079f2 (diff) | |
parent | 09bab6e77026d4b4e7682e56b470adf6e9f81563 (diff) | |
download | u-boot-imx-1fba907f9a8d178eee960294ecffc8ee8bc6b00d.zip u-boot-imx-1fba907f9a8d178eee960294ecffc8ee8bc6b00d.tar.gz u-boot-imx-1fba907f9a8d178eee960294ecffc8ee8bc6b00d.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/usb/musb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index 9f65ef9..075d222 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -14,6 +14,8 @@ #define __deprecated #endif +#include <linux/compat.h> + /* The USB role is defined by the connector used on the board, so long as * standards are being followed. (Developer boards sometimes won't.) */ |