dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ajay Kumar Gupta 2010-07-08 14:03:01 +05:30 committed by Greg Kroah-Hartman
parent d709d22eea
commit 5128993b6f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef __LINUX_USB_ULPI_H
#define __LINUX_USB_ULPI_H
#include <linux/usb/otg.h>
/*-------------------------------------------------------------------------*/
/*