commit | 8848570466479e41a57972a5182df2607cd06936 | [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 | 6d392c596f5fd86bd02eaf9f250324f31ab465f8 [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>