Commit cc9d9ccf authored by Felipe Balbi's avatar 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: default avatarFelipe Balbi <balbi@ti.com>
parent 574f24f7
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
* 675 Mass Ave, Cambridge, MA 02139, USA. * 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <linux/spinlock.h>
#include <linux/errno.h>
#undef VERBOSE #undef VERBOSE
#ifdef VERBOSE #ifdef VERBOSE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment