usb: phy: fsm: don't depend on indirect includes
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Nov 2013 16:06:00 +0000 (10:06 -0600)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 Nov 2013 16:58:17 +0000 (10:58 -0600)
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: Felipe Balbi <balbi@ti.com>

No differences found