diff options
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | 2010-07-08 04:33:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-10 17:35:39 -0400 |
commit | 5128993b6f5f38bc567f3c246248ca29fd599132 (patch) | |
tree | 5bf8230c54141551f5e057d3ba5eb17242f28a86 /include/linux/usb | |
parent | d709d22eea927e42c911ac0ad151b56aeafd1b76 (diff) |
USB: ulpi: fix compilation warning
Fixes below compilation warning from ulpi.h
include/linux/usb/ulpi.h:145:
warning: 'struct otg_io_access_ops' declared inside parameter list
include/linux/usb/ulpi.h:145:
warning: its scope is only this definition or declaration,
which is probably not what you want
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/ulpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/ulpi.h b/include/linux/usb/ulpi.h index 2369d07c3c87..900d97b7096a 100644 --- a/include/linux/usb/ulpi.h +++ b/include/linux/usb/ulpi.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #ifndef __LINUX_USB_ULPI_H | 11 | #ifndef __LINUX_USB_ULPI_H |
12 | #define __LINUX_USB_ULPI_H | 12 | #define __LINUX_USB_ULPI_H |
13 | 13 | ||
14 | #include <linux/usb/otg.h> | ||
14 | /*-------------------------------------------------------------------------*/ | 15 | /*-------------------------------------------------------------------------*/ |
15 | 16 | ||
16 | /* | 17 | /* |