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: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Родитель
574f24f797
Коммит
cc9d9ccf2a
|
@ -15,6 +15,9 @@
|
|||
* 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/errno.h>
|
||||
|
||||
#undef VERBOSE
|
||||
|
||||
#ifdef VERBOSE
|
||||
|
|
Загрузка…
Ссылка в новой задаче