commit | 09bab6e77026d4b4e7682e56b470adf6e9f81563 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Thu Oct 23 14:25:25 2014 +0300 |
committer | Marek Vasut <marex@denx.de> | Thu Oct 23 21:38:59 2014 +0200 |
tree | 153b0f4f965d50380ce40076ae3dae23166b92da | |
parent | 227ec97f5173df008f85bf4743e00fe16f991204 [diff] |
musb: fix warning in include/linux/usb/musb.h Fix the following build warning by including linux/compat.h: include/linux/usb/musb.h:110: warning: 'struct device' declared inside parameter list include/linux/usb/musb.h:110: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>