gadget_chips.h: fix for v2.6.36

This commit is contained in:
黄涛 2011-08-01 11:28:00 +08:00
parent e3a3ed9e6a
commit 4f787ded31

View File

@ -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))