mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 16:57:59 +02:00
dwc_otg_hcd.h: fix for v2.6.36
This commit is contained in:
parent
894ecb4e4d
commit
33154ffcfa
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user