diff options
Diffstat (limited to 'include/usb/ulpi.h')
-rw-r--r-- | include/usb/ulpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h index 126623cf9a8..10e31221103 100644 --- a/include/usb/ulpi.h +++ b/include/usb/ulpi.h @@ -116,7 +116,6 @@ int ulpi_suspend(struct ulpi_viewport *ulpi_vp); */ int ulpi_reset(struct ulpi_viewport *ulpi_vp); - /* ULPI access methods below must be implemented for each ULPI viewport. */ /* @@ -314,5 +313,4 @@ struct ulpi_regs { #define ULPI_CARKIT_PLS_CTRL_SPKRLEFT_BIASEN (1 << 2) #define ULPI_CARKIT_PLS_CTRL_SPKRRIGHT_BIASEN (1 << 3) - #endif /* __USB_ULPI_H__ */ |