diff options
author | Anton Tikhomirov <av.tikhomirov@samsung.com> | 2013-11-26 11:47:02 +0900 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-11-26 10:58:18 -0600 |
commit | 5653668c9585441926dd2575791f6b5bb84bb254 (patch) | |
tree | 8833d43c98302819339350807018b1abf85e09d0 /drivers/usb/phy/phy-fsl-usb.h | |
parent | 16e569e9661ea2b964b8abb607a51e5285254021 (diff) |
usb: phy: move OTG FSM header
Other USB drivers may want to use OTG final state machine
implementation, so make this header available for them.
Signed-off-by: Anton Tikhomirov <av.tikhomirov@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-fsl-usb.h')
-rw-r--r-- | drivers/usb/phy/phy-fsl-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-fsl-usb.h b/drivers/usb/phy/phy-fsl-usb.h index 7365170a2f23..5986c96354df 100644 --- a/drivers/usb/phy/phy-fsl-usb.h +++ b/drivers/usb/phy/phy-fsl-usb.h @@ -15,7 +15,7 @@ * 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "phy-fsm-usb.h" +#include <linux/usb/otg-fsm.h> #include <linux/usb/otg.h> #include <linux/ioctl.h> |