gadget_chips.h: fix for v2.6.36
author黄涛 <huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:28:00 +0000 (11:28 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:28:00 +0000 (11:28 +0800)
drivers/usb/gadget/gadget_chips.h

index edc9bc52c620fb10a65277fbd08a3a7f757f4e3d..41001603461935b88d810b83c9f7d15e9771b63f 100644 (file)
 #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))