dwc_otg_hcd.h: fix for v2.6.36

This commit is contained in:
黄涛 2011-08-01 11:26:57 +08:00
parent 894ecb4e4d
commit 33154ffcfa

View File

@ -36,7 +36,12 @@
#include <linux/list.h>
#include <linux/usb.h>
#include <linux/version.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35))
#include <linux/usb/hcd.h>
#else
#include <../drivers/usb/core/hcd.h>
#endif
struct dwc_otg_device;