提交 cc9d9ccf 编写于 作者: F Felipe Balbi

usb: phy: fsm: don't depend on indirect includes

this header uses spinlocks and errno values, so
we must include <linux/spinlock.h> and <linux/errno.h>
to avoid build errors.
Signed-off-by: NFelipe Balbi <balbi@ti.com>
上级 574f24f7
......@@ -15,6 +15,9 @@
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/spinlock.h>
#include <linux/errno.h>
#undef VERBOSE
#ifdef VERBOSE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册