mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
gadget_chips.h: fix for v2.6.36
This commit is contained in:
parent
e3a3ed9e6a
commit
4f787ded31
|
|
@ -140,6 +140,7 @@
|
|||
#define gadget_is_dwc_otg(g) !strcmp("dwc_otg_pcd", (g)->name)
|
||||
#else
|
||||
#define gadget_is_dwc_otg(g) 0
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_USB_S3C_HSOTG
|
||||
#define gadget_is_s3c_hsotg(g) (!strcmp("s3c-hsotg", (g)->name))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user