mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Marek Vasut
parent
227ec97f51
commit
09bab6e770
@@ -14,6 +14,8 @@
|
|||||||
#define __deprecated
|
#define __deprecated
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <linux/compat.h>
|
||||||
|
|
||||||
/* The USB role is defined by the connector used on the board, so long as
|
/* The USB role is defined by the connector used on the board, so long as
|
||||||
* standards are being followed. (Developer boards sometimes won't.)
|
* standards are being followed. (Developer boards sometimes won't.)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user